New to Telerik UI for WinFormsStart a free 30-day trial

Represents the method that will handle RowHeightChanging events of RadGridView.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

C#
public delegate void RowHeightChangingEventHandler(object sender, RowHeightChangingEventArgs e)

Constructors

C#
public RowHeightChangingEventHandler(object @object, IntPtr method)
Parameters:objectobjectmethodIntPtr

Methods

C#
public virtual IAsyncResult BeginInvoke(object sender, RowHeightChangingEventArgs e, AsyncCallback callback, object @object)
Parameters:senderobjecteRowHeightChangingEventArgscallbackAsyncCallbackobjectobjectReturns:

IAsyncResult

C#
public virtual void EndInvoke(IAsyncResult result)
Parameters:resultIAsyncResult
C#
public virtual void Invoke(object sender, RowHeightChangingEventArgs e)
Parameters:senderobjecteRowHeightChangingEventArgs