menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Delegate DrawCellEventHandler - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Delegate DrawCellEventHandler

    Represents the method that will handle the DrawCell event of a SfCalendar.

    Namespace: Syncfusion.WinForms.Input.Events
    Assembly: Syncfusion.SfInput.WinForms.dll
    Syntax
    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

    DrawCellEventHandler(Object, IntPtr)

    Declaration
    public DrawCellEventHandler(object object, IntPtr method)
    Parameters
    Type Name Description
    System.Object object
    System.IntPtr method

    Methods

    BeginInvoke(SfCalendar, DrawCellEventArgs, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(SfCalendar sender, DrawCellEventArgs e, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    SfCalendar sender
    DrawCellEventArgs e
    System.AsyncCallback callback
    System.Object object
    Returns
    Type
    System.IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual void EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    System.IAsyncResult result

    Invoke(SfCalendar, DrawCellEventArgs)

    Declaration
    public virtual void Invoke(SfCalendar sender, DrawCellEventArgs e)
    Parameters
    Type Name Description
    SfCalendar sender
    DrawCellEventArgs e
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved