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

Represents the method that will handle the ChildViewExpanded event of a RadGridView.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

C#
public delegate void ChildViewExpandedEventHandler(object sender, ChildViewExpandedEventArgs e)

Constructors

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

Methods

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

IAsyncResult

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