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