Delegate CurrentColumnChangingEventHandler
Represents the method that will handle the CurrentColumnChanging events of a RadGridView.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public delegate void CurrentColumnChangingEventHandler(object sender, CurrentColumnChangingEventArgs e);
Parameters
System. The event sender, typicaly this is RadGridView |
Current Instance of CurrentColumnChangingEventArgs containing the data related with this event |
Constructors
CurrentColumnChangingEventHandler(Object, IntPtr)
Declaration
public CurrentColumnChangingEventHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Object, CurrentColumnChangingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, CurrentColumnChangingEventArgs e, AsyncCallback callback, object object)
Parameters
System.
|
Current
|
System.
|
System.
|
Returns
System.
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.
|
Invoke(Object, CurrentColumnChangingEventArgs)
Declaration
public virtual void Invoke(object sender, CurrentColumnChangingEventArgs e)
Parameters
System.
|
Current
|