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