Method PositionChanged
PositionChanged(UpdateReason, int, int, int, int)
Responds on changing position in the editor.
public virtual void PositionChanged(UpdateReason reason, int x, int y, int deltaX, int deltaY)
Parameters
reasonUpdateReasonReason of changing position.
xintX-coordinate of current position.
yintY-coordinate of current position.
deltaXintHorizontal offset.
deltaYintVertical offset.