BiResizeEvent
This event class is used for BiMoveHandle when the user is moving it
This class extends BiMoveEvent and therefore all methods and fields available for BiMoveEvent are also available for BiResizeEvent .
Constructor
new BiResizeEvent ( sType,nLeft,nTop,nWidth,nHeight )
Parameters
| Name | Type | Optional | Default | Descripton |
sType | String | The type (name) of the event. | ||
nLeft | Number | The left position | ||
nTop | Number | The top position | ||
nWidth | Number | The width | ||
nHeight | Number | The height |
Properties
| Name | Type | get | set | Descripton |
height | Number | ![]() | This is the new height the component will be resized to | |
width | Number | ![]() | This is the new width that the component will be resized to |
Methods
None.
Events
None.
Static Methods
None.
Static Fields
None.
Remarks
None.
