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