dbicDropDate Send comments on this topic.
SpinClickEventArgs Constructor
See Also 
dbicDropDate Assembly > Dbi.WinControl.DropDate Namespace > SpinClickEventArgs Class : SpinClickEventArgs Constructor

nButton
A 0 or 1 value represent the spin button.
Initializes a new instance of the ClickSpinEventArgs class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal nButton As Short _
)
C# 
public SpinClickEventArgs( 
   short nButton
)

Parameters

nButton
A 0 or 1 value represent the spin button.

Requirements

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

See Also