Class
GanttViewSelectedItemChangingEventArgs

Represents the event arguments for the SelectedItemChanging event of RadGanttView.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class GanttViewSelectedItemChangingEventArgs : RadGanttViewCancelEventArgs

Inheritance: objectEventArgsCancelEventArgsRadGanttViewCancelEventArgsGanttViewSelectedItemChangingEventArgs

Inherited Members RadGanttViewCancelEventArgs.ItemCancelEventArgs.CancelEventArgs.Empty

Constructors

GanttViewSelectedItemChangingEventArgs(GanttViewDataItem)

Initializes a new instance of the GanttViewSelectedItemChangingEventArgs class.

Declaration

cs-api-definition
public GanttViewSelectedItemChangingEventArgs(GanttViewDataItem item)

Parameters

item

GanttViewDataItem

The item.