Copyright © 2005-2019 MultiMedia Soft

CallbackDisplayConfigChanged delegate

Previous pageReturn to chapter overviewNext page

Remarks

 

Callback delegate invoked whenever the configuration of the system display is changed: this callback can be set through a call to the CallbackDisplayConfigChangedSet method.

 

The usage of this delegate is alternative to the DisplayConfigurationChanged event.

 

For further details about callback delegates see the How to synchronize the container application through callback delegates tutorial.

 

 

Syntax

 

[Visual Basic]

Public Delegate Sub CallbackDisplayConfigChanged (

)


 

[C#]

public delegate void CallbackDisplayConfigChanged (

)


 

[C++]

public delegate void CallbackDisplayConfigChanged (

)