ClassRadGanttViewEventArgs
Class
Represents the event arguments for an item event raised by RadGanttView.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class RadGanttViewEventArgs : EventArgs
Inheritance: objectEventArgsRadGanttViewEventArgs
Derived Classes:
Inherited Members
Constructors
RadGanttViewEventArgs(GanttViewDataItem)
Initializes a new instance of the RadGanttViewEventArgs class.
Declaration
cs-api-definition
public RadGanttViewEventArgs(GanttViewDataItem item)
Parameters
item
The item.
Properties
Item
Gets the item.
Declaration
cs-api-definition
public virtual GanttViewDataItem Item { get; }
Property Value
The item.