Delegate
RowHeightChangingEventHandler

Represents the method that will handle RowHeightChanging events of RadGridView.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public delegate void RowHeightChangingEventHandler(object sender, RowHeightChangingEventArgs e)

Constructors

RowHeightChangingEventHandler(object, IntPtr)

Declaration

cs-api-definition
public RowHeightChangingEventHandler(object @object, IntPtr method)

Parameters

object

object

method

IntPtr

Methods

BeginInvoke(object, RowHeightChangingEventArgs, AsyncCallback, object)

Declaration

cs-api-definition
public virtual IAsyncResult BeginInvoke(object sender, RowHeightChangingEventArgs e, AsyncCallback callback, object @object)

Parameters

sender

object

e

RowHeightChangingEventArgs

callback

AsyncCallback

object

object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

Declaration

cs-api-definition
public virtual void EndInvoke(IAsyncResult result)

Parameters

result

IAsyncResult

Invoke(object, RowHeightChangingEventArgs)

Declaration

cs-api-definition
public virtual void Invoke(object sender, RowHeightChangingEventArgs e)

Parameters

sender

object

e

RowHeightChangingEventArgs