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