ImageGear for .NET
OnMarkReordered Property
See Also  Send Feedback
ImageGear21.Web Assembly > ImageGear.Web.UI Namespace > PageView Class : OnMarkReordered Property




Glossary Item Box

Gets or sets user defined Javascript event handler to receive client events that indicate when a mark is reordered within the page.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Remarks

The client Javascript "ArtPage" will raise this event whenever a mark is reordered (as the result of a call to the client Javascript "reorderMark" function.) The object will raise this event after it has reordered the mark.

When the page raises this event, it will provide the reordered client Javascript "Mark" object and its new Z-index as the event argument. Note that when a mark is reordered, other marks are implicitly moved as well, but this event is not raised for those marks.

See Also

©2013. Accusoft Corporation. All Rights Reserved.