Provides arguments for error events.
constructor(errors: string[]): ErrorEventArgs
Initializes a new instance of the ErrorEventArgs class.
The errors from server side.
Gets or sets a value that indicates whether the event should be canceled.
cast(obj: any): ErrorEventArgs
Casts the specified object to ErrorEventArgs type.
The object to cast.
Provides a value to use with events that do not have event data.