Occurs when the size the width or height of this viewer's viewport (current view area) has changed.
You can use
ViewportWidth and
ViewportHeight to determine the new size of the viewport.
Namespace: Ico.GwxAssembly: GwxRuntimeViewControl (in GwxRuntimeViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public event EventHandler ViewportSizeChanged |
Visual Basic |
---|
Public Event ViewportSizeChanged As EventHandler |
JScript |
---|
JScript does not support events. |
Implements
IGwxControlViewportSizeChanged()()()()See Also