ImageGear .NET - Updated
markCreating Event

ImageGear.Web.UI Library > ImageGear.Web.UI Namespace > PageView class : markCreating Event
Indicates that a new mark is being interactively created.
Syntax
ASP.NET Ajax Javascript (Specification) 
function add_markCreating(handler : Function)
function remove_markCreating(handler : Function)
ASP.NET Ajax Javascript (Usage) 
.add_markCreating(handler);
.remove_markCreating(handler);
Remarks

The viewer will raise this event whenever an end user begins to add a mark to the page. This event occurs before the new mark is first displayed on the viewer and is the best time to change default values for any properties of the mark.

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

See Also

Reference

PageView class
PageView Members