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