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