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