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