Delegate RowHeightChangingEventHandler
Represents the method that will handle RowHeightChanging events of RadGridView.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public delegate void RowHeightChangingEventHandler(object sender, RowHeightChangingEventArgs e);
Parameters
System.Object
sender
|
RowHeightChangingEventArgs
e
|
Constructors
RowHeightChangingEventHandler(Object, IntPtr)
Declaration
public RowHeightChangingEventHandler(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(Object, RowHeightChangingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, RowHeightChangingEventArgs e, AsyncCallback callback, object object)
Parameters
System.Object
sender
|
RowHeightChangingEventArgs
e
|
System.AsyncCallback
callback
|
System.Object
object
|
Returns
System.IAsyncResult
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.IAsyncResult
result
|
Invoke(Object, RowHeightChangingEventArgs)
Declaration
public virtual void Invoke(object sender, RowHeightChangingEventArgs e)
Parameters
System.Object
sender
|
RowHeightChangingEventArgs
e
|