Raised when the document is resized.
SyntaxVB6
Copy Code
|
|---|
Public Event DocBoundsChanged |
Event DataParameters | 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