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

Occurs when a navigation button is clicked on.

Syntax

Visual Basic (Declaration) 
Public Event ButtonClick As ButtonClickEventHandler
C# 
public event ButtonClickEventHandler ButtonClick

Event Data

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

PropertyDescription
Button Determines which navigation button was clicked on.

Requirements

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

See Also