Kanzi 4.1.0
PluginWindowNotifier Interface Reference
Inheritance diagram for PluginWindowNotifier:
[legend]

Public Member Functions

void CloseWindow ()
 
void CloseWindow (bool forceDestroyInsteadOfHide)
 

Properties

bool IsActiveContent [get]
 

Events

EventHandler Activated
 
EventHandler< CancelEventArgsClosing
 
EventHandler Deactivated
 
EventHandler< PluginWindowStateEventArgsStateApplied
 

Member Function Documentation

◆ CloseWindow() [1/2]

void CloseWindow ( )

Implemented in NullPluginWindowNotifier.

◆ CloseWindow() [2/2]

void CloseWindow ( bool forceDestroyInsteadOfHide)

Implemented in NullPluginWindowNotifier.

Property Documentation

◆ IsActiveContent

bool IsActiveContent
get

Implemented in NullPluginWindowNotifier.

Event Documentation

◆ Activated

EventHandler Activated

◆ Closing

◆ Deactivated

EventHandler Deactivated

◆ StateApplied