CollectionChangedHandler
Delegate
Represents the method that will handle a CollectionChanged event.
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
C#
public delegate void CollectionChangedHandler(CollectionBase sender, CollectionChangedEventArgs args)
Constructors
Methods
C#
public virtual IAsyncResult BeginInvoke(CollectionBase sender, CollectionChangedEventArgs args, AsyncCallback callback, object @object)
C#
public virtual void Invoke(CollectionBase sender, CollectionChangedEventArgs args)