| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- <Type Name="FileChangeEventHandler" FullName="System.Web.Util.FileChangeEventHandler">
- <TypeSignature Language="C#" Value="public sealed delegate void FileChangeEventHandler (object sender, int method);" Maintainer="auto" />
- <AssemblyInfo>
- <AssemblyName>System.Web</AssemblyName>
- <AssemblyPublicKey>
- </AssemblyPublicKey>
- <AssemblyVersion>0.0.0.0</AssemblyVersion>
- <AssemblyCulture>neutral</AssemblyCulture>
- <Attributes>
- <Attribute>
- <AttributeName>System.Web.UI.TagPrefixAttribute</AttributeName>
- </Attribute>
- <Attribute>
- <AttributeName>System.Security.AllowPartiallyTrustedCallersAttribute</AttributeName>
- </Attribute>
- <Attribute>
- <AttributeName>System.Resources.NeutralResourcesLanguageAttribute</AttributeName>
- </Attribute>
- <Attribute>
- <AttributeName>System.Runtime.InteropServices.ComVisibleAttribute</AttributeName>
- </Attribute>
- <Attribute>
- <AttributeName>System.CLSCompliantAttribute</AttributeName>
- </Attribute>
- </Attributes>
- </AssemblyInfo>
- <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>
- <Docs>
- <summary>To be added</summary>
- <remarks>To be added</remarks>
- </Docs>
- <Base>
- <BaseTypeName>System.Delegate</BaseTypeName>
- </Base>
- <Interfaces>
- <Interface>
- <InterfaceName>System.ICloneable</InterfaceName>
- </Interface>
- <Interface>
- <InterfaceName>System.Runtime.Serialization.ISerializable</InterfaceName>
- </Interface>
- </Interfaces>
- <Attributes />
- <Members />
- <ReturnValue>
- <ReturnType>System.Void</ReturnType>
- </ReturnValue>
- <Parameters>
- <Parameter Name="sender" Type="System.Object" />
- <Parameter Name="method" Type="System.Int32" />
- </Parameters>
- </Type>
|