ButtonClick Event

Microsoft Office Web Components Object Model

Show All

ButtonClick Event

       

Occurs whenever the user clicks a navigation button.

Private Sub RecordNavigationControl_ButtonClick(NavButton As NavButtonEnum)

NavButton   Specifies the button that, when clicked, triggers the ButtonClick event. Can be one of the NavButtonEnum constants.

Remarks

For information about using events with VBScript, see Declaring and Using Event Procedures in VBScript.