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 Gantt
Declaration
public GanttViewSelectedLinkChangingEventArgs(GanttViewLinkDataItem link)
Parameters
Gantt The link data item. |