Interfaces
PrimaryWindowChangedEventData
Event data fired on Application when the primary window changes.
Defined in: native-window/native-window-interfaces.ts
Event data fired on Application when the primary window changes.
Extends
Properties
eventName
eventName: string;Defined in: data/observable/index.ts
The name of the event.
Inherited from
object
object: Observable;Defined in: data/observable/index.ts
The Observable instance that has raised the event.
Inherited from
window
window: NativeWindow;Defined in: native-window/native-window-interfaces.ts
The NativeWindow that is now primary.
- Previous
- Point3D
- Next
- PromptOptions