ClassGanttViewItemValidatingEventArgs
Class
Represents the event arguments for the ItemValidating event of RadGanttView.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class GanttViewItemValidatingEventArgs : RadGanttViewCancelEventArgs
Inheritance: objectEventArgsCancelEventArgsRadGanttViewCancelEventArgsGanttViewItemValidatingEventArgs
Inherited Members
Constructors
GanttViewItemValidatingEventArgs(GanttViewDataItem, GanttViewTextViewColumn, object, object)
Initializes a new instance of the GanttViewItemValidatingEventArgs class.
Declaration
cs-api-definition
public GanttViewItemValidatingEventArgs(GanttViewDataItem item, GanttViewTextViewColumn column, object newValue, object oldValue)
Parameters
item
The item.
column
The column.
newValue
The new value.
oldValue
The old value.