|
|
|
SftMask.UpDownHandled Event |
The control contents have been modified using the up/down button.
Syntax
VB.NET |
Private Sub object_UpDownHandled(ByVal sender As Object, ByVal e As EventArgumentType) Handles object.UpDownHandled |
||
VB |
Private Sub object_UpDownHandled(ByVal Up As Boolean) |
||
C#.NET |
void object_UpDownHandled(object sender, EventArgumentType e); |
||
VC++ |
void OnUpDownHandledobject(VARIANT_BOOL Up); |
||
C |
HRESULT OnUpDownHandledobject(VARIANT_BOOL Up); |
||
Delphi |
procedure objectUpDownHandled(Sender: TObject; Up : WordBool); |
object
A SftMask object.
Up
True if the upper button was pressed, usually indicating a value increment or False if the lower button was pressed.
Comments
The UpDownHandled event occurs when the control contents have been modified using the up/down button.