Class
RadGanttViewCancelEventArgs

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: GanttViewContextMenuOpeningEventArgsGanttViewExpandedChangingEventArgsGanttViewItemAddingEventArgsGanttViewItemEditingEventArgsGanttViewItemValidatingEventArgsGanttViewSelectedItemChangingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

RadGanttViewCancelEventArgs(GanttViewDataItem)

Initializes a new instance of the RadGanttViewCancelEventArgs class.

Declaration

cs-api-definition
public RadGanttViewCancelEventArgs(GanttViewDataItem item)

Parameters

item

GanttViewDataItem

The item.

Properties

Item

Gets the item.

Declaration

cs-api-definition
public GanttViewDataItem Item { get; }

Property Value

GanttViewDataItem

The item.