Delegate
GanttViewExpandedChangingEventHandler

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public delegate void GanttViewExpandedChangingEventHandler(object sender, GanttViewExpandedChangingEventArgs e)

Constructors

GanttViewExpandedChangingEventHandler(object, IntPtr)

Declaration

cs-api-definition
public GanttViewExpandedChangingEventHandler(object @object, IntPtr method)

Parameters

object

object

method

IntPtr

Methods

BeginInvoke(object, GanttViewExpandedChangingEventArgs, AsyncCallback, object)

Declaration

cs-api-definition
public virtual IAsyncResult BeginInvoke(object sender, GanttViewExpandedChangingEventArgs e, AsyncCallback callback, object @object)

Parameters

sender

object

e

GanttViewExpandedChangingEventArgs

callback

AsyncCallback

object

object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

Declaration

cs-api-definition
public virtual void EndInvoke(IAsyncResult result)

Parameters

result

IAsyncResult

Invoke(object, GanttViewExpandedChangingEventArgs)

Declaration

cs-api-definition
public virtual void Invoke(object sender, GanttViewExpandedChangingEventArgs e)

Parameters

sender

object

e

GanttViewExpandedChangingEventArgs