Copyright © 2005-2019 MultiMedia Soft

DisplayConfigurationChanged event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs whenever the configuration of the system display is changed, allowing management of full screen configuration.

 

For details about full screen management refer to the How to render video clips in full screen tutorial.

For further details about synchronization through Events see the How to synchronize the container application through events tutorial.

 

 

Syntax

 

[Visual Basic]

Public Event DisplayConfigurationChanged As EventHandler


 

[C#]

public event EventHandler DisplayConfigurationChanged;


 

[C++]

public: __event EventHandler* DisplayConfigurationChanged;


 

 

Event Data

 

The event handler receives an argument of type EventArgs.