New to Telerik UI for WinFormsStart a free 30-day trial

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 RadGanttViewLinkEventArgs.LinkEventArgs.Empty

Constructors

Initializes a new instance of the GanttViewLinkDataErrorEventArgs class.

C#
public GanttViewLinkDataErrorEventArgs(GanttViewLinkDataItem item, string errorText, params object[] context)
Parameters:itemGanttViewLinkDataItem

The item.

errorTextstring

The error text.

contextobject[]

The context.

Properties

Gets the context of the error.

C#
public object[] Context { get; }
Property Value:

The context.

Gets the error text.

C#
public string ErrorText { get; }
Property Value:

The error text.