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.
|
Row
|
Constructors
RowHeightChangingEventHandler(Object, IntPtr)
Declaration
public RowHeightChangingEventHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Object, RowHeightChangingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, RowHeightChangingEventArgs e, AsyncCallback callback, object object)
Parameters
System.
|
Row
|
System.
|
System.
|
Returns
System.
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.
|
Invoke(Object, RowHeightChangingEventArgs)
Declaration
public virtual void Invoke(object sender, RowHeightChangingEventArgs e)
Parameters
System.
|
Row
|