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

Glossary Item Box

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

©2013. Accusoft Corporation. All Rights Reserved.