VirtualBox Main API
Public Attributes | List of all members
IGuestPropertyChangedEvent Interface Reference

Notification when a guest property has changed. More...

Inheritance diagram for IGuestPropertyChangedEvent:
IMachineEvent IEvent

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.
 

Detailed Description

Notification when a guest property has changed.

Interface ID:
{2D0F4C6F-A77E-45C5-96D2-7CA7DAAE63A9}

Member Data Documentation

◆ name

readonly attribute wstring IGuestPropertyChangedEvent::name

The name of the property that has changed.

◆ value

readonly attribute wstring IGuestPropertyChangedEvent::value

The new property value.

◆ flags

readonly attribute wstring IGuestPropertyChangedEvent::flags

The new property flags.

◆ fWasDeleted

readonly attribute boolean IGuestPropertyChangedEvent::fWasDeleted

A flag which indicates that property was deleted.