ImageGear .NET - Updated
markSelectionChanged Event

ImageGear.Web.UI Library > ImageGear.Web.UI Namespace > PageView class : markSelectionChanged Event
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

Reference

PageView class
PageView Members