SftMask/OCX 6.5

SftMask.UpDownHandled Event

Softel vdm, Inc.

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.


Feedback / comments / error reports for this topic
© 2000, 2008 - Softel vdm, Inc. - www.softelvdm.com