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. |