Delegate ChildViewExportingEventHandler
Namespace: Telerik.WinControls.UI.Export
Assembly: Telerik.WinControls.GridView.dll
Syntax
public delegate void ChildViewExportingEventHandler(object sender, ChildViewExportingEventArgs e);
Parameters
System.
|
Child
|
Constructors
ChildViewExportingEventHandler(Object, IntPtr)
Declaration
public ChildViewExportingEventHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Object, ChildViewExportingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, ChildViewExportingEventArgs 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, ChildViewExportingEventArgs)
Declaration
public virtual void Invoke(object sender, ChildViewExportingEventArgs e)
Parameters
System.
|
Child
|