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

NameTypeOptionalDefaultDescripton
sTypeStringThe type (name) of the event.
nLeftNumberThe left position
nTopNumberThe top position
nWidthNumberThe width
nHeightNumberThe height

Properties

NameTypegetsetDescripton
heightNumbercheckedThis is the new height the component will be resized to
widthNumbercheckedThis is the new width that the component will be resized to

Methods

None.

Events

None.

Static Methods

None.

Static Fields

None.

Remarks

None.