New to Telerik UI for WinFormsStart a free 30-day trial

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 RadGanttViewCancelEventArgs.ItemCancelEventArgs.CancelEventArgs.Empty

Constructors

Initializes a new instance of the GanttViewItemValidatingEventArgs class.

C#
public GanttViewItemValidatingEventArgs(GanttViewDataItem item, GanttViewTextViewColumn column, object newValue, object oldValue)
Parameters:itemGanttViewDataItem

The item.

columnGanttViewTextViewColumn

The column.

newValueobject

The new value.

oldValueobject

The old value.

Properties

Gets the column.

C#
public GanttViewTextViewColumn Column { get; }
Property Value:

The column.

Gets the new value.

C#
public object NewValue { get; }
Property Value:

The new value.

Gets the old value.

C#
public object OldValue { get; }
Property Value:

The old value.