Update Event
Description
Occurs when a command bar control has been updated.
Syntax
Public Event Update( _
ByVal [Control] As CommandBarControl _
)
Parameters
- Control: The command bar control which has been updated.
Remarks
This event is triggered at a fixed time interval and is used to update your command bar controls. You can set the update period. By default, the Update event is triggered every 100ms.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.