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. More... | |
readonly attribute wstring | value |
The new property value. More... | |
readonly attribute wstring | flags |
The new property flags. More... | |
![]() | |
readonly attribute wstringUUID | machineId |
ID of the machine this event relates to. More... | |
![]() | |
readonly attribute VBoxEventType | type |
Event type. More... | |
readonly attribute IEventSource | source |
Source of this event. More... | |
readonly attribute boolean | waitable |
If we can wait for this event being processed. More... | |
Additional Inherited Members | |
![]() | |
void | setProcessed () |
Internal method called by the system when all listeners of a particular event have called IEventSource::eventProcessed. More... | |
void | waitProcessed (in long timeout, [retval] out boolean result) |
Wait until time outs, or this event is processed. More... | |
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.