Class GanttViewSelectedLinkChangingEventArgs
Represents the event arguments for the SelectedLinkChanging event of RadGanttView.
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class GanttViewSelectedLinkChangingEventArgs : RadGanttViewLinkCancelEventArgs
Constructors
GanttViewSelectedLinkChangingEventArgs(GanttViewLinkDataItem)
Initializes a new instance of the GanttViewSelectedLinkChangingEventArgs class.
Declaration
public GanttViewSelectedLinkChangingEventArgs(GanttViewLinkDataItem link)
Parameters
GanttViewLinkDataItem
link
The link data item. |