VirtualBox Main API
|
Notification when a guest property has changed. More...
Public Attributes | |
readonly attribute wstring | name |
The name of the property that has changed. | |
readonly attribute wstring | value |
The new property value. | |
readonly attribute wstring | flags |
The new property flags. | |
![]() | |
readonly attribute wstringUUID | machineId |
ID of the machine this event relates to. | |
![]() | |
readonly attribute VBoxEventType | type |
Event type. | |
readonly attribute IEventSource | source |
Source of this event. | |
readonly attribute boolean | waitable |
If we can wait for this event being processed. |
Additional Inherited Members | |
![]() | |
void | setProcessed () |
Internal method called by the system when all listeners of a particular event have called IEventSource::eventProcessed. | |
void | waitProcessed (in long timeout,[retval] out boolean result) |
Wait until time outs, or this event is processed. |
Notification when a guest property has changed.
{3F63597A-26F1-4EDB-8DD2-6BDDD0912368}
readonly attribute wstring IGuestPropertyChangedEvent::name |
The name of the property that has changed.
readonly attribute wstring IGuestPropertyChangedEvent::value |
The new property value.
readonly attribute wstring IGuestPropertyChangedEvent::flags |
The new property flags.