[]
        
(Showing Draft Content)

C1.Win.C1InputPanel.SpinButtonClickEventArgs

SpinButtonClickEventArgs Class

Provides data for the SpinButtonClick event.

Inheritance
SpinButtonClickEventArgs
Namespace: C1.Win.C1InputPanel
Assembly: C1.Win.C1InputPanel.4.8.dll
Syntax
public class SpinButtonClickEventArgs : EventArgs

Constructors

Name Description
SpinButtonClickEventArgs(int)

Initializes a new instance of the SpinButtonClickEventArgs class.

Properties

Name Description
Delta

Equals to 1 if the up button was pressed, equals to -1 if the down button was pressed.

Handled

Gets or sets a value indicating whether the built-in processing of the up/down button click should be omitted.