DelegateCSVCellFormattingEventHandler
Delegate
Definition
Namespace:Telerik.WinControls.UI.Export.CSV
Assembly:TelerikData.dll
Syntax:
cs-api-definition
public delegate void CSVCellFormattingEventHandler(object sender, CSVCellFormattingEventArgs e)
Constructors
Methods
BeginInvoke(object, CSVCellFormattingEventArgs, AsyncCallback, object)
Declaration
cs-api-definition
public virtual IAsyncResult BeginInvoke(object sender, CSVCellFormattingEventArgs e, AsyncCallback callback, object @object)
Parameters
sender
e
callback
object
Returns
EndInvoke(IAsyncResult)
Declaration
cs-api-definition
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
Invoke(object, CSVCellFormattingEventArgs)
Declaration
cs-api-definition
public virtual void Invoke(object sender, CSVCellFormattingEventArgs e)
Parameters
sender
e