| 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 boolean | fWasDeleted | 
| A flag which indicates that property was deleted. | |
|  Public Attributes inherited from IMachineEvent | |
| readonly attribute wstringUUID | machineId | 
| ID of the machine this event relates to. | |
|  Public Attributes inherited from IEvent | |
| 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 | |
|  Public Member Functions inherited from IEvent | |
| 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.
{2D0F4C6F-A77E-45C5-96D2-7CA7DAAE63A9} | 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.
| readonly attribute boolean IGuestPropertyChangedEvent::fWasDeleted | 
A flag which indicates that property was deleted.