dbicDate Send comments on this topic.
AfterViewChange Event
See Also 
dbicDate Assembly > Dbi.WinControl.Date Namespace > dbiDate Class : AfterViewChange Event

Occurs after the display of the control has been changed using the ExtendedView functionality

Syntax

Visual Basic (Declaration) 
Public Event AfterViewChange As dbiDate.EventAfterViewChangeHandler
C# 
public event dbiDate.EventAfterViewChangeHandler AfterViewChange

Event Data

The event handler receives an argument of type AfterViewChangeEventArgs containing data related to this event. The following AfterViewChangeEventArgs properties provide information specific to this event.

PropertyDescription
AfterView The view in the calendar after the event fires.
BeforeView The view in the calendar before the event triggered.
Date The date related to the change of the view.

Requirements

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

See Also