ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / PageView class / markCreating Event

In This Topic
    markCreating Event
    In This Topic
    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