OnUpdateStatusMessage Event
Description
This event gets launched when the status bar gets updated with the specified message (Msg).
Syntax
| Visual Basic |
|---|
Public Event OnUpdateStatusMessage( _ ByVal Msg As String _ ) |
Parameters
- Msg
- String value representing the displayed message.
See Also