ImageGear21.Web Assembly > ImageGear.Web.UI Namespace > PageView Class : OnMarksLoaded Property |
'Declaration <CategoryAttribute("Client PageView Control Events")> <DescriptionAttribute("A user defined Javascript event handler to receive the Client marksLoaded Event.")> Public Property OnMarksLoaded As String
'Usage Dim instance As PageView Dim value As String instance.OnMarksLoaded = value value = instance.OnMarksLoaded
[CategoryAttribute("Client PageView Control Events")] [DescriptionAttribute("A user defined Javascript event handler to receive the Client marksLoaded Event.")] public string OnMarksLoaded {get; set;}
[CategoryAttribute("Client PageView Control Events")] [DescriptionAttribute("A user defined Javascript event handler to receive the Client marksLoaded Event.")] public: __property string* get_OnMarksLoaded(); public: __property void set_OnMarksLoaded( string* value );
[CategoryAttribute("Client PageView Control Events")] [DescriptionAttribute("A user defined Javascript event handler to receive the Client marksLoaded Event.")] public: property String^ OnMarksLoaded { String^ get(); void set ( String^ value); }
The client Javascript "ArtPage" will raise this event after the client Javascript "loadFromJson" function successfully loads marks from a JSON string, even if that string contained no marks.