[Gregor.Core.Collections.CollectionEventHandler]

Gregor.Core.Collections.CollectionEventHandler

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.Collections.

Details

public delegate void Gregor.Core.Collections.CollectionEventHandler(System.Object sender, Gregor.Core.Collections.CCollectionEventArgs e)

: System.MulticastDelegate, System.ICloneable, System.Runtime.Serialization.ISerializable

Custom Attributes: 

Description: 


Members

CollectionEventHandler

public CollectionEventHandler(System.Object object, System.IntPtr method)

Custom Attributes: 

Description: 

BeginInvoke

public virtual System.IAsyncResult BeginInvoke(System.Object sender, Gregor.Core.Collections.CCollectionEventArgs e, System.AsyncCallback callback, System.Object object)

Custom Attributes: 

Description: 

EndInvoke

public virtual void EndInvoke(System.IAsyncResult result)

Custom Attributes: 

Description: 

Invoke

public virtual void Invoke(System.Object sender, Gregor.Core.Collections.CCollectionEventArgs e)

Custom Attributes: 

Description: 


See Also

Gregor.Core.Collections.CCollectionEventArgs

System.Object

System.IAsyncResult

System.ICloneable

System.Runtime.Serialization.ISerializable

System.AsyncCallback

System.MulticastDelegate

System.IntPtr

System.Void