ImageGear .NET v24.12 - Updated
markRemoved Event

ImageGear.Web.UI Library > ImageGear.Web.UI Namespace > MarkCollection class : markRemoved Event
Indicates that a mark was removed from the collection.
Syntax
ASP.NET Ajax Javascript (Specification) 
function add_markRemoved(handler : Function)
function remove_markRemoved(handler : Function)
ASP.NET Ajax Javascript (Usage) 
.add_markRemoved(handler);
.remove_markRemoved(handler);
Remarks

The collection will raise this event whenever a mark is removed (as the result of a call to the removeMark or removeAllMarks functions). The object will raise this event after it has removed the mark(s).

When the collection raises this event, it will provide a MarkEventArgs object as the event argument. When raised as a result of the removeMark function, the event argument will have its ImageGear.Web.UI.MarkEventArgs.mark property set to the removed mark. When raised as a result of the removeMarks function, the event argument will not contain a ImageGear.Web.UI.MarkEventArgs.mark property.

See Also

Reference

MarkCollection class
MarkCollection Members