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