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.

 

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

 

 

Syntax

 

[Visual Basic]

Public Delegate Sub CallbackDisplayConfigChanged (

)


 

[C#]

public delegate void CallbackDisplayConfigChanged (

)


 

[C++]

public delegate void CallbackDisplayConfigChanged (

)