ClassRadGanttViewCancelEventArgs
Class
Represents the event arguments for a cancelable item event of RadGanttView.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class RadGanttViewCancelEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsRadGanttViewCancelEventArgs
Derived Classes:
Inherited Members
Constructors
RadGanttViewCancelEventArgs(GanttViewDataItem)
Initializes a new instance of the RadGanttViewCancelEventArgs class.
Declaration
cs-api-definition
public RadGanttViewCancelEventArgs(GanttViewDataItem item)
Parameters
item
The item.
Properties
Item
Gets the item.
Declaration
cs-api-definition
public GanttViewDataItem Item { get; }
Property Value
The item.