BiMoveEvent

This event class is used for BiMoveHandle when the user is moving it

This class extends BiEvent and therefore all methods and fields available for BiEvent are also available for BiMoveEvent .

Constructor

new BiMoveEvent ( sType,nLeft,nTop )

Parameters

NameTypeOptionalDefaultDescripton
sTypeStringThe type (name) of the event.
nLeftNumberThe left position
nTopNumberThe top position

Properties

NameTypegetsetDescripton
leftNumbercheckedThis is the new left location that the component will be moved to
topNumbercheckedThis is the new top location that the component will be moved to

Methods

None.

Events

None.

Static Methods

None.

Static Fields

None.

Remarks

None.