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

Glossary Item Box

Indicates that a mark was removed from the page.

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 ArtPage 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.

When the page raises this event, it will provide the removed Mark object as the event argument.

See Also

©2013. Accusoft Corporation. All Rights Reserved.