Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Back to CarbonSystemEventsMBS class.
CarbonSystemEventsMBS.DisplayReconfigured
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | Carbon Events | MBS MacCF Plugin | 9.2 | ✅ Yes | ❌ No | ❌ No | ❌ No |
This event is sent to all handlers registered for it on the application event target. When this event is received, applications may wish to update geometry and color depth usage or perform a redraw based on the new configuration.
Sent in Mac OS X 10.5 and newer.
CarbonSystemEventsMBS.DisplaysAsleep
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | Carbon Events | MBS MacCF Plugin | 9.2 | ✅ Yes | ❌ No | ❌ No | ❌ No |
Sent in Mac OS X 10.4 and newer.
CarbonSystemEventsMBS.DisplaysAwake
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | Carbon Events | MBS MacCF Plugin | 9.2 | ✅ Yes | ❌ No | ❌ No | ❌ No |
Sent in Mac OS X 10.4 and newer.
CarbonSystemEventsMBS.TimeDateChanged
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | Carbon Events | MBS MacCF Plugin | 4.0 | ✅ Yes | ❌ No | ❌ No | ❌ No |
Requires Mac OS X 10.3 or newer.
The RB date class may not recognize the case when just the time zone changed.
CarbonSystemEventsMBS.UserSessionActivated
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | Carbon Events | MBS MacCF Plugin | 4.0 | ✅ Yes | ❌ No | ❌ No | ❌ No |
Requires Mac OS X 10.3 or newer.
From Apple's documentation:
When a user switch occurs, Mac OS X generates events for all interested applications. Events are sent to applications in a login session whenever the login session is activated or deactivated. If a login session is not being activated or deactivated, it receives no events. You can use the activation events to perform the following kinds of tasks:
CarbonSystemEventsMBS.UserSessionDeactivated
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | Carbon Events | MBS MacCF Plugin | 4.0 | ✅ Yes | ❌ No | ❌ No | ❌ No |
Requires Mac OS X 10.3 or newer.
From Apple's documentation:
When a user switch occurs, Mac OS X generates events for all interested applications. Events are sent to applications in a login session whenever the login session is activated or deactivated. If a login session is not being activated or deactivated, it receives no events. You can use the activation events to perform the following kinds of tasks:
The items on this page are in the following plugins: MBS MacCF Plugin.