menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ScheduleCellCreatedEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ScheduleCellCreatedEventArgs

    Class that is used as Event args for Schedule Cell Created Event.

    Inheritance
    System.Object
    ScheduleCellCreatedEventArgs
    Namespace: Syncfusion.Windows.Controls.Gantt
    Assembly: Syncfusion.Gantt.Wpf.dll
    Syntax
    public class ScheduleCellCreatedEventArgs : RoutedEventArgs

    Constructors

    ScheduleCellCreatedEventArgs()

    Declaration
    public ScheduleCellCreatedEventArgs()

    Properties

    CurrentCell

    Gets or sets the current cell.

    Declaration
    public GanttScheduleCell CurrentCell { get; set; }
    Property Value
    Type Description
    GanttScheduleCell

    The current cell.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved