Represents the event arguments for the ItemDataError event of RadGanttView.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class GanttViewItemDataErrorEventArgs : RadGanttViewEventArgs
Inheritance: objectEventArgsRadGanttViewEventArgsGanttViewItemDataErrorEventArgs
Inherited Members
Constructors
Initializes a new instance of the GanttViewItemDataErrorEventArgs class.
C#
public GanttViewItemDataErrorEventArgs(GanttViewDataItem item, string errorText, params object[] context)
The item.
errorTextstringThe error text.
contextobject[]The context.