Class
GanttViewLinkChangedEventArgs

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 RadGanttViewLinkEventArgs.LinkEventArgs.Empty

Constructors

GanttViewLinkChangedEventArgs(GanttViewLinkDataItem, string)

Initializes a new instance of the GanttViewLinkChangedEventArgs class.

Declaration

cs-api-definition
public GanttViewLinkChangedEventArgs(GanttViewLinkDataItem link, string propertyName)

Parameters

link

GanttViewLinkDataItem

The link.

propertyName

string

The link proeprty that changed.

Properties

PropertyName

Gets the property that was changed.

Declaration

cs-api-definition
public string PropertyName { get; }

Property Value

string