New to Telerik UI for WinFormsStart a free 30-day trial

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

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

Initializes a new instance of the RadGanttViewCancelEventArgs class.

C#
public RadGanttViewCancelEventArgs(GanttViewDataItem item)
Parameters:itemGanttViewDataItem

The item.

Properties

Gets the item.

C#
public GanttViewDataItem Item { get; }
Property Value:

The item.