dbicDropDate Send comments on this topic.
ClickSpin Event
See Also 
dbicDropDate Assembly > Dbi.WinControl.DropDate Namespace > dbiDropDate Class : ClickSpin Event

Occurs when a spin button is clicked on.

Syntax

Visual Basic (Declaration) 
Public Event ClickSpin As SpinClickEventHandler
C# 
public event SpinClickEventHandler ClickSpin

Event Data

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

PropertyDescription
Button Indicates which spin button was clicked on.

Requirements

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

See Also