Occurs when the user or a script opens or resizes the client area of a DataWindow control.
PowerBuilder event information Event ID: pbm_dwnresize
Argument |
Description |
---|---|
sizetype |
UnsignedLong by value.
|
newwidth |
Integer by value. The width of the client area of the DataWindow control in pixels. |
newheight |
Integer by value. The height of the client area of the DataWindow control in pixels. |
Web ActiveX event information Event name: onResize
Argument |
Description |
---|---|
SizeType |
Number.
|
NewWidth |
Number. The width of the client area of the DataWindow control in pixels. |
NewHeight |
Number. The height of the client area of the DataWindow control in pixels. |
There are no special outcomes for this event. The only code is:
0 Continue processing