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