| Visual Basic (Declaration) | |
|---|---|
Public Event ControlError As dbiDayView.EventControlErrorHandler | |
| C# | |
|---|---|
public event dbiDayView.EventControlErrorHandler ControlError | |
The event handler receives an argument of type ControlErrorEventArgs containing data related to this event. The following ControlErrorEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Error | The ID number of the error which has occurred. |
| Message | The description of the error which has occurred. |