Delegate DrawCellEventHandler
Assembly: Syncfusion.SfInput.WinForms.dll
public delegate void DrawCellEventHandler(SfCalendar sender, DrawCellEventArgs e);
Parameters
| Type |
Name |
Description |
| SfCalendar |
sender |
Syncfusion.WinForms.Input.SfCalendar.WinForms.Input.SfCalendar
The source of the event.
|
| DrawCellEventArgs |
e |
Syncfusion.WinForms.Input.Events.DrawCellEventArgs.WinForms.Input.Events.DrawCellEventArgs
A DrawCellEventArgs that contains the event data.
|
Constructors
Declaration
public DrawCellEventHandler(object object, IntPtr method)
Parameters
| Type |
Name |
Description |
| System.Object |
object |
|
| System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(SfCalendar sender, DrawCellEventArgs e, AsyncCallback callback, object object)
Parameters
Returns
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
| Type |
Name |
Description |
| System.IAsyncResult |
result |
|
Declaration
public virtual void Invoke(SfCalendar sender, DrawCellEventArgs e)
Parameters