ImageGear21.Web Assembly > ImageGear.Web.UI Namespace > PageView Class : OnMarkRemoved Property |
'Declaration <DescriptionAttribute("A user defined Javascript event handler to receive the Client markRemoved Event.")> <CategoryAttribute("Client PageView Control Events")> Public Property OnMarkRemoved As String
'Usage Dim instance As PageView Dim value As String instance.OnMarkRemoved = value value = instance.OnMarkRemoved
[DescriptionAttribute("A user defined Javascript event handler to receive the Client markRemoved Event.")] [CategoryAttribute("Client PageView Control Events")] public string OnMarkRemoved {get; set;}
[DescriptionAttribute("A user defined Javascript event handler to receive the Client markRemoved Event.")] [CategoryAttribute("Client PageView Control Events")] public: __property string* get_OnMarkRemoved(); public: __property void set_OnMarkRemoved( string* value );
[DescriptionAttribute("A user defined Javascript event handler to receive the Client markRemoved Event.")] [CategoryAttribute("Client PageView Control Events")] public: property String^ OnMarkRemoved { String^ get(); void set ( String^ value); }
The client "ArtPage" will raise this event whenever a mark is removed (as the result of a call to the client Javascript "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 client Javascript "Mark" object as the event argument.