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