Class
GanttViewItemValidatingEventArgs

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

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

GanttViewDataItem

The item.

column

GanttViewTextViewColumn

The column.

newValue

object

The new value.

oldValue

object

The old value.

Properties

Column

Gets the column.

Declaration

cs-api-definition
public GanttViewTextViewColumn Column { get; }

Property Value

GanttViewTextViewColumn

The column.

NewValue

Gets the new value.

Declaration

cs-api-definition
public object NewValue { get; }

Property Value

object

The new value.

OldValue

Gets the old value.

Declaration

cs-api-definition
public object OldValue { get; }

Property Value

object

The old value.