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 GanttViewItemValidatingEventArgs class.
Declaration
public GanttViewItemValidatingEventArgs(GanttViewDataItem item, GanttViewTextViewColumn column, object newValue, object oldValue)
Parameters
GanttViewDataItem
item
The item. |
GanttViewTextViewColumn
column
The column. |
System.Object
newValue
The new value. |
System.Object
oldValue
The old value. |
Properties
Column
Gets the column.
Declaration
public GanttViewTextViewColumn Column { get; }
Property Value
GanttViewTextViewColumn
The column. |
NewValue
Gets the new value.
Declaration
public object NewValue { get; }
Property Value
System.Object
The new value. |
OldValue
Gets the old value.
Declaration
public object OldValue { get; }
Property Value
System.Object
The old value. |