Description

This event occurs when the status bar or one of its panes needs to be updated.


This event occurs when the status bar or one of its panes needs to be updated.

Syntax

Private Sub object_Update(Pane)

The Update Event syntax has these parts:

PartDescription
objectA McStatusBar object.
PaneA McStatusPane object.

McStatusPane* : The status pane needing an update or Nothing if they all need to be refreshed.


McStatusPane* : The status pane needing an update or Nothing if they all need to be refreshed.

Remarks

This event is triggered by the Update method.


This event is triggered by the Update method.