ClassGanttViewItemDataErrorEventArgs
Class
Represents the event arguments for the ItemDataError event of RadGanttView.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class GanttViewItemDataErrorEventArgs : RadGanttViewEventArgs
Inheritance: objectEventArgsRadGanttViewEventArgsGanttViewItemDataErrorEventArgs
Inherited Members
Constructors
GanttViewItemDataErrorEventArgs(GanttViewDataItem, string, params object[])
Initializes a new instance of the GanttViewItemDataErrorEventArgs class.
Declaration
cs-api-definition
public GanttViewItemDataErrorEventArgs(GanttViewDataItem item, string errorText, params object[] context)
Parameters
item
The item.
errorText
The error text.
context
object[]
The context.