Class GanttViewItemValidatingEventArgs
Represents the event arguments for the ItemValidating event of RadGanttView.
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class GanttViewItemValidatingEventArgs : RadGanttViewCancelEventArgs
Constructors
GanttViewItemValidatingEventArgs(GanttViewDataItem, GanttViewTextViewColumn, Object, Object)
Initializes a new instance of the Gantt
Declaration
public GanttViewItemValidatingEventArgs(GanttViewDataItem item, GanttViewTextViewColumn column, object newValue, object oldValue)
Parameters
Gantt The item. |
Gantt The column. |
System. The new value. |
System. The old value. |
Properties
Column
Gets the column.
Declaration
public GanttViewTextViewColumn Column { get; }
Property Value
Gantt The column. |
NewValue
Gets the new value.
Declaration
public object NewValue { get; }
Property Value
System. The new value. |
OldValue
Gets the old value.
Declaration
public object OldValue { get; }
Property Value
System. The old value. |