Class GanttViewItemValidatedEventArgs
Represents the event arguments for the ItemValidated event of RadGanttView.
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class GanttViewItemValidatedEventArgs : RadGanttViewEventArgs
Constructors
GanttViewItemValidatedEventArgs(GanttViewDataItem, GanttViewTextViewColumn)
Initializes a new instance of the GanttViewItemValidatedEventArgs class.
Declaration
public GanttViewItemValidatedEventArgs(GanttViewDataItem item, GanttViewTextViewColumn column)
Parameters
GanttViewDataItem
item
The item. |
GanttViewTextViewColumn
column
The column. |
Properties
Column
Gets the column.
Declaration
public GanttViewTextViewColumn Column { get; }
Property Value
GanttViewTextViewColumn
The column. |