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