Class
GanttViewLinkDataErrorEventArgs

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

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

GanttViewLinkDataItem

The item.

errorText

string

The error text.

context

object[]

The context.

Properties

Context

Gets the context of the error.

Declaration

cs-api-definition
public object[] Context { get; }

Property Value

object[]

The context.

ErrorText

Gets the error text.

Declaration

cs-api-definition
public string ErrorText { get; }

Property Value

string

The error text.