[]
        
(Showing Draft Content)

C1.Win.C1Input.UpDownButtonClickEventArgs

UpDownButtonClickEventArgs Class

Provides data for a UpDownButtonClick event.

Inheritance
UpDownButtonClickEventArgs
Namespace: C1.Win.C1Input
Assembly: C1.Win.C1Input.4.8.dll
Syntax
public class UpDownButtonClickEventArgs : EventArgs

Constructors

Name Description
UpDownButtonClickEventArgs(int, bool)

Initializes a new instance of the UpDownButtonClickEventArgs class.

Properties

Name Description
Delta

Set to 1 if Up button is pressed, to -1 if Down button is pressed.

Done

Set to true in the user's UpDownButtonClick event handler. No built-in processing is done. This allows the user to override the default behavior of the buttons.