Delegate PrintCellFormattingEventHandler
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public delegate void PrintCellFormattingEventHandler(object sender, PrintCellFormattingEventArgs e);
Parameters
System.Object
sender
|
PrintCellFormattingEventArgs
e
|
Constructors
PrintCellFormattingEventHandler(Object, IntPtr)
Declaration
public PrintCellFormattingEventHandler(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(Object, PrintCellFormattingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, PrintCellFormattingEventArgs e, AsyncCallback callback, object object)
Parameters
System.Object
sender
|
PrintCellFormattingEventArgs
e
|
System.AsyncCallback
callback
|
System.Object
object
|
Returns
System.IAsyncResult
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.IAsyncResult
result
|
Invoke(Object, PrintCellFormattingEventArgs)
Declaration
public virtual void Invoke(object sender, PrintCellFormattingEventArgs e)
Parameters
System.Object
sender
|
PrintCellFormattingEventArgs
e
|