Delegate
GanttViewLinkDataBoundEventHandler

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public delegate void GanttViewLinkDataBoundEventHandler(object sender, GanttViewLinkDataBoundEventArgs e)

Constructors

GanttViewLinkDataBoundEventHandler(object, IntPtr)

Declaration

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

Parameters

object

object

method

IntPtr

Methods

BeginInvoke(object, GanttViewLinkDataBoundEventArgs, AsyncCallback, object)

Declaration

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

Parameters

sender

object

e

GanttViewLinkDataBoundEventArgs

callback

AsyncCallback

object

object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

Declaration

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

Parameters

result

IAsyncResult

Invoke(object, GanttViewLinkDataBoundEventArgs)

Declaration

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

Parameters

sender

object

e

GanttViewLinkDataBoundEventArgs