Class GanttViewLinkRemovedEventArgs
Represents the event arguments for the LinkRemoved event of RadGanttView.
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 GanttViewLinkRemovedEventArgs : RadGanttViewLinkEventArgs
Constructors
GanttViewLinkRemovedEventArgs(GanttViewLinkDataItem)
Initializes a new instance of the GanttViewLinkRemovedEventArgs class.
Declaration
public GanttViewLinkRemovedEventArgs(GanttViewLinkDataItem item)
Parameters
GanttViewLinkDataItem
item
The item. |