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 arguments for error events.