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