ImageGear for .NET
markSelectionChanged Event
See Also  Send comments on this topic.
ImageGear.Web.UI Namespace Client API Library > ImageGear.Web.UI Namespace > PageView Class : markSelectionChanged Event

Glossary Item Box

Indicates that a mark was selected or unselected.

Syntax

ASP.NET Ajax Javascript (Specification) 
function add_markSelectionChanged(handler : Function)
function remove_markSelectionChanged(handler : Function)
ASP.NET Ajax Javascript (Usage) 
.add_markSelectionChanged(handler);
.remove_markSelectionChanged(handler);

Remarks

The viewer will raise this event after a mark is added to, or removed from, the ArtPage.selectedMarks collection. The object will raise this event after it has updated the list of selected marks.

When the page raises this event, it will provide the MarkCollection of selected marks as the event argument.

See Also

©2013. Accusoft Corporation. All Rights Reserved.