ASPxClientRichEditFloatingObjectMovedEventArgs Members
Provides data for the FloatingObjectMoved event.Properties
| Name | Description |
|---|---|
| newPosition | The floating object’s new position. |
| objectX | The x-coordinate (in pixels) of the upper-left corner of the floating object relative to the page. |
| objectY | The y-coordinate (in pixels) of the upper-left corner of the floating object relative to the page. |
| pageIndex | Returns an index of a page where a floating object has been moved. |
| pageIntervals | Returns an array of intervals that are belongs to the current page (pageIndex). |
| subDocumentId | Returns the active sub-document’s identifier. |
See Also