dbicDayView Send comments on this topic.
ControlError Event
See Also 
dbicDayView Assembly > Dbi.WinControl.DayView Namespace > dbiDayView Class : ControlError Event

Occurs when an error takes place in the control.

Syntax

Visual Basic (Declaration) 
Public Event ControlError As dbiDayView.EventControlErrorHandler
C# 
public event dbiDayView.EventControlErrorHandler ControlError

Event Data

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.

PropertyDescription
Error The ID number of the error which has occurred.
Message The description of the error which has occurred.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also