Delegate GridDrawCellDisplayTextEventHandler
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public delegate void GridDrawCellDisplayTextEventHandler(object sender, GridDrawCellDisplayTextEventArgs e);
Parameters
Constructors
GridDrawCellDisplayTextEventHandler(Object, IntPtr)
Declaration
public GridDrawCellDisplayTextEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, GridDrawCellDisplayTextEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, GridDrawCellDisplayTextEventArgs e, AsyncCallback callback, object object)
Parameters
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(Object, GridDrawCellDisplayTextEventArgs)
Declaration
public virtual void Invoke(object sender, GridDrawCellDisplayTextEventArgs e)
Parameters