[]
Represents the data for a user error event.
public class UserErrorEventArgs : ErrorEventArgs
Public Class UserErrorEventArgs
Inherits ErrorEventArgs
Name | Description |
---|---|
UserErrorEventArgs(UserErrorCode) | Occurs when an user error state is created by the control |
UserErrorEventArgs(UserErrorCode, string) | Occurs when a user error state is created by the control |
Name | Description |
---|---|
UserErrorCode | Gets the error code associated with a user error event. |