FileChangeEventHandler.xml 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <Type Name="FileChangeEventHandler" FullName="System.Web.Util.FileChangeEventHandler">
  2. <TypeSignature Language="C#" Value="public sealed delegate void FileChangeEventHandler (object sender, int method);" Maintainer="auto" />
  3. <AssemblyInfo>
  4. <AssemblyName>System.Web</AssemblyName>
  5. <AssemblyPublicKey>
  6. </AssemblyPublicKey>
  7. <AssemblyVersion>0.0.0.0</AssemblyVersion>
  8. <AssemblyCulture>neutral</AssemblyCulture>
  9. <Attributes>
  10. <Attribute>
  11. <AttributeName>System.Web.UI.TagPrefixAttribute</AttributeName>
  12. </Attribute>
  13. <Attribute>
  14. <AttributeName>System.Security.AllowPartiallyTrustedCallersAttribute</AttributeName>
  15. </Attribute>
  16. <Attribute>
  17. <AttributeName>System.Resources.NeutralResourcesLanguageAttribute</AttributeName>
  18. </Attribute>
  19. <Attribute>
  20. <AttributeName>System.Runtime.InteropServices.ComVisibleAttribute</AttributeName>
  21. </Attribute>
  22. <Attribute>
  23. <AttributeName>System.CLSCompliantAttribute</AttributeName>
  24. </Attribute>
  25. </Attributes>
  26. </AssemblyInfo>
  27. <ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
  28. <Docs>
  29. <summary>To be added</summary>
  30. <remarks>To be added</remarks>
  31. </Docs>
  32. <Base>
  33. <BaseTypeName>System.Delegate</BaseTypeName>
  34. </Base>
  35. <Interfaces>
  36. <Interface>
  37. <InterfaceName>System.ICloneable</InterfaceName>
  38. </Interface>
  39. <Interface>
  40. <InterfaceName>System.Runtime.Serialization.ISerializable</InterfaceName>
  41. </Interface>
  42. </Interfaces>
  43. <Attributes />
  44. <Members />
  45. <ReturnValue>
  46. <ReturnType>System.Void</ReturnType>
  47. </ReturnValue>
  48. <Parameters>
  49. <Parameter Name="sender" Type="System.Object" />
  50. <Parameter Name="method" Type="System.Int32" />
  51. </Parameters>
  52. </Type>