Click or drag to resize

ViewOptionsChangedEventArgs Properties

The ViewOptionsChangedEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyEventType
The type of view event which was raised
(Inherited from ViewEventArgs.)
Public propertyInvalidOptions
A collection of invalid options.
Protected propertyName
The window name which raised the event.
(Inherited from OpenfinDesktopEventArgs.)
Public propertyOptionsDifference
Shows which options wsere updated, and what their old and new values are
Protected propertyRuntimeID
The RuntimeID which contains the Entitiy which raised the event.
(Inherited from OpenfinDesktopEventArgs.)
Protected propertySource
The Openfin Entity which raised the event.
(Inherited from OpenfinDesktopEventArgs.)
Public propertyTarget (Inherited from ViewEventArgs.)
Protected propertyTopic
The topic for the entity that raised the event
(Inherited from OpenfinDesktopEventArgs.)
Public propertyUpdatedOptions
The updated options object.
Protected propertyUuid
The application or connection UUID which raised the event.
(Inherited from OpenfinDesktopEventArgs.)
Public propertyView (Inherited from ViewEventArgs.)
Top
See Also