Class GanttViewSelectedItemChangingEventArgs
Represents the event arguments for the SelectedItemChanging event of RadGanttView.
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class GanttViewSelectedItemChangingEventArgs : RadGanttViewCancelEventArgs
Constructors
GanttViewSelectedItemChangingEventArgs(GanttViewDataItem)
Initializes a new instance of the GanttViewSelectedItemChangingEventArgs class.
Declaration
public GanttViewSelectedItemChangingEventArgs(GanttViewDataItem item)
Parameters
GanttViewDataItem
item
The item. |