ClassGanttViewLinkChangedEventArgs
Class
Represents the event arguments for the LinkChanged event of RadGanttView.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class GanttViewLinkChangedEventArgs : RadGanttViewLinkEventArgs
Inheritance: objectEventArgsRadGanttViewLinkEventArgsGanttViewLinkChangedEventArgs
Inherited Members
Constructors
GanttViewLinkChangedEventArgs(GanttViewLinkDataItem, string)
Initializes a new instance of the GanttViewLinkChangedEventArgs class.
Declaration
cs-api-definition
public GanttViewLinkChangedEventArgs(GanttViewLinkDataItem link, string propertyName)
Parameters
link
The link.
propertyName
The link proeprty that changed.
Properties
PropertyName
Gets the property that was changed.