Class RadGanttViewCancelEventArgs
Represents the event arguments for a cancelable item event of RadGanttView.
Inheritance
System.Object
RadGanttViewCancelEventArgs
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadGanttViewCancelEventArgs : CancelEventArgs
Constructors
RadGanttViewCancelEventArgs(GanttViewDataItem)
Initializes a new instance of the RadGanttViewCancelEventArgs class.
Declaration
public RadGanttViewCancelEventArgs(GanttViewDataItem item)
Parameters
GanttViewDataItem
item
The item. |
Properties
Item
Gets the item.
Declaration
public GanttViewDataItem Item { get; }
Property Value
GanttViewDataItem
The item. |