Delegate SelectionEventHandler
The public delegate for the SelectionChanging event.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public delegate void SelectionEventHandler(object sender, SelectionEventArgs e);
Parameters
System.
|
Selection
|
Constructors
SelectionEventHandler(Object, IntPtr)
Declaration
public SelectionEventHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Object, SelectionEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, SelectionEventArgs e, AsyncCallback callback, object object)
Parameters
System.
|
Selection
|
System.
|
System.
|
Returns
System.
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.
|
Invoke(Object, SelectionEventArgs)
Declaration
public virtual void Invoke(object sender, SelectionEventArgs e)
Parameters
System.
|
Selection
|