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); |
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); |
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.