Class RadGanttViewEventArgs
Represents the event arguments for an item event raised by RadGanttView.
Inheritance
System.Object
System.EventArgs
RadGanttViewEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadGanttViewEventArgs : EventArgs
Constructors
RadGanttViewEventArgs(GanttViewDataItem)
Initializes a new instance of the RadGanttViewEventArgs class.
Declaration
public RadGanttViewEventArgs(GanttViewDataItem item)
Parameters
GanttViewDataItem
item
The item. |
Properties
Item
Gets the item.
Declaration
public virtual GanttViewDataItem Item { get; }
Property Value
GanttViewDataItem
The item. |