ImageGear .NET
OnMarkReordered Property




Gets or sets user defined Javascript event handler to receive client events that indicate when a mark is reordered within the page.
Syntax
'Declaration
 
<DescriptionAttribute("A user defined Javascript event handler to receive the Client markReordered Event.")>
<CategoryAttribute("Client PageView Control Events")>
Public Property OnMarkReordered As String
'Usage
 
Dim instance As PageView
Dim value As String
 
instance.OnMarkReordered = value
 
value = instance.OnMarkReordered
[Description("A user defined Javascript event handler to receive the Client markReordered Event.")]
[Category("Client PageView Control Events")]
public string OnMarkReordered {get; set;}
[Description("A user defined Javascript event handler to receive the Client markReordered Event.")]
[Category("Client PageView Control Events")]
public: __property string* get_OnMarkReordered();
public: __property void set_OnMarkReordered( 
   string* value
);
[Description("A user defined Javascript event handler to receive the Client markReordered Event.")]
[Category("Client PageView Control Events")]
public:
property String^ OnMarkReordered {
   String^ get();
   void set (    String^ value);
}
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

Reference

PageView Class
PageView Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback