Search
FlowChart.DocBoundsChanged Event
See Also
 



Raised when the document is resized.

 Syntax

VB6  Copy Code

Public Event DocBoundsChanged

 Event Data

Parameters

Type

Description

left

[input] long

The leftmost document coordinate.

top

[input] long

The topmost document coordinate.

right

[input] long

The rightmost document coordinate.

bottom

[input] long

The bottommost document coordinate.

Dispatch ID: 106

 See Also