Class
GanttViewItemChangedEventArgs

Represents the event arguments for the ItemChanged event of RadGanttView.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class GanttViewItemChangedEventArgs : RadGanttViewEventArgs

Inheritance: objectEventArgsRadGanttViewEventArgsGanttViewItemChangedEventArgs

Inherited Members RadGanttViewEventArgs.ItemEventArgs.Empty

Constructors

GanttViewItemChangedEventArgs(GanttViewDataItem, string)

Initializes a new instance of the GanttViewItemChangedEventArgs class.

Declaration

cs-api-definition
public GanttViewItemChangedEventArgs(GanttViewDataItem item, string propertyName)

Parameters

item

GanttViewDataItem

The data item.

propertyName

string

The item proeprty that changed.

Properties

PropertyName

Gets the property that was changed.

Declaration

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

Property Value

string