onScreenShapeChanged event delegate.


Namespace: ScreenUPG
Assembly: ScreenUPG (in ScreenUPG.dll)

Syntax

Visual Basic (Declaration)
Public Delegate Sub ScreenUPG.onScreenShapeChangedHandler()
C#
public delegate void ScreenUPG.onScreenShapeChangedHandler()
C++
public delegate void ScreenUPG.onScreenShapeChangedHandler()
J#
/** delegate */
public delegate void ScreenUPG.onScreenShapeChangedHandler()
JScript
JScript suports the use of delegates, but not the declaration of new ones.

See Also