Delegate ListPropertyChangedEventHandler
Used by OnChanging and OnChanged events of strong typed collections.
Assembly: Syncfusion.Shared.Base.dll
Syntax
public delegate void ListPropertyChangedEventHandler(object sender, ListPropertyChangedEventArgs e);
Parameters
Constructors
ListPropertyChangedEventHandler(Object, IntPtr)
Declaration
public ListPropertyChangedEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, ListPropertyChangedEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, ListPropertyChangedEventArgs e, AsyncCallback callback, object object)
Parameters
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(Object, ListPropertyChangedEventArgs)
Declaration
public virtual void Invoke(object sender, ListPropertyChangedEventArgs e)
Parameters