Represents the event arguments for the ItemValidating event of RadGanttView.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class GanttViewItemValidatingEventArgs : RadGanttViewCancelEventArgs
Inheritance: objectEventArgsCancelEventArgsRadGanttViewCancelEventArgsGanttViewItemValidatingEventArgs
Inherited Members
Constructors
Initializes a new instance of the GanttViewItemValidatingEventArgs class.
C#
public GanttViewItemValidatingEventArgs(GanttViewDataItem item, GanttViewTextViewColumn column, object newValue, object oldValue)
The item.
columnGanttViewTextViewColumnThe column.
newValueobjectThe new value.
oldValueobjectThe old value.
Properties
Gets the column.
C#
public GanttViewTextViewColumn Column { get; }
The column.