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