ImageGear21.Web Assembly > ImageGear.Web.UI Namespace > PageView Class : OnMarkChanged Property |
The collection will raise this event whenever the value of any property of a mark changes.
Note that one exception to this event is the client Javascript "Mark.selected" property. This object will not raise a markChanged event when that property changes. Instead, this object will raise a client Javascript "markSelectionChanged" event.
When the page raises this event, it will provide the changed client Javascript "Mark" object and the name of the property that changed as the event argument.