Class RadGanttViewLinkEventArgs
Represents the event arguments for a link event of RadGanttView.
Inheritance
System.Object
System.EventArgs
RadGanttViewLinkEventArgs
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 RadGanttViewLinkEventArgs : EventArgs
Constructors
RadGanttViewLinkEventArgs(GanttViewLinkDataItem)
Initializes a new instance of the RadGanttViewLinkEventArgs class.
Declaration
public RadGanttViewLinkEventArgs(GanttViewLinkDataItem link)
Parameters
GanttViewLinkDataItem
link
The link. |
Properties
Link
Gets the link.
Declaration
public GanttViewLinkDataItem Link { get; }
Property Value
GanttViewLinkDataItem
The link. |