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