21.04.2014 Views

Private Sub UserForm_MouseUp(ByVal Button As Integer, ByVal ...

Private Sub UserForm_MouseUp(ByVal Button As Integer, ByVal ...

Private Sub UserForm_MouseUp(ByVal Button As Integer, ByVal ...

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Event<br />

AfterUpdate<br />

BeforeDragOver<br />

BeforeDropOrPaste<br />

BeforeUpdate<br />

Change<br />

Description<br />

Occurs after data in a control is changed through the user interface.<br />

Occurs when a drag-and-drop operation is in progress.<br />

Occurs when the user is about to drop or paste data onto an object.<br />

Occurs before data in a control is changed.<br />

Occurs when the Value property changes.<br />

DblClick Occurs when the user points to an object and then clicks a mouse button<br />

twice.<br />

Enter, Exit<br />

Error<br />

KeyDown, KeyUp<br />

KeyPress<br />

MouseDown, <strong>MouseUp</strong><br />

MouseMove<br />

Enter occurs before a control actually receives the focus from a control on<br />

the same HTML layout.Exit occurs immediately before a control loses the<br />

focus to another control on the same HTML layout.<br />

Occurs when a control detects an error and cannot return the error<br />

information to a calling program.<br />

Occur in sequence when a user presses and releases a key.KeyDown<br />

occurs when the user presses a key.KeyUp occurs when the user<br />

releases a key.<br />

Occurs when the user presses an ANSI key.<br />

Occur when the user clicks a mouse button.MouseDown occurs when the<br />

user presses the mouse button; <strong>MouseUp</strong> occurs when the user releases<br />

the mouse button.<br />

Occurs when the user moves the mouse.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!