Represents the event arguments for a cancelable item event of RadGanttView.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class RadGanttViewCancelEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsRadGanttViewCancelEventArgs
Derived Classes:
Inherited Members
Constructors
Initializes a new instance of the RadGanttViewCancelEventArgs class.
C#
public RadGanttViewCancelEventArgs(GanttViewDataItem item)
The item.
Properties
Gets the item.
C#
public GanttViewDataItem Item { get; }
The item.