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
| Name | Type | Optional | Default | Descripton |
sType | String | The type (name) of the event. | ||
nLeft | Number | The left position | ||
nTop | Number | The top position |
Properties
| Name | Type | get | set | Descripton |
left | Number | ![]() | This is the new left location that the component will be moved to | |
top | Number | ![]() | This is the new top location that the component will be moved to |
Methods
None.
Events
None.
Static Methods
None.
Static Fields
None.
Remarks
None.
