Class GanttViewItemDataErrorEventArgs
Represents the event arguments for the ItemDataError 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 GanttViewItemDataErrorEventArgs : RadGanttViewEventArgs
Constructors
GanttViewItemDataErrorEventArgs(GanttViewDataItem, String, Object[])
Initializes a new instance of the GanttViewItemDataErrorEventArgs class.
Declaration
public GanttViewItemDataErrorEventArgs(GanttViewDataItem item, string errorText, params object[] context)
Parameters
GanttViewDataItem
item
The item. |
System.String
errorText
The error text. |
System.Object[]
context
The context. |
Properties
Context
Gets the context of the error.
Declaration
public object[] Context { get; }
Property Value
System.Object[]
The context. |
ErrorText
Gets the error text.
Declaration
public string ErrorText { get; }
Property Value
System.String
The error text. |