ImageGear22.Web Assembly > ImageGear.Web.UI Namespace > PageView Class : OnMarksLoaded Property |
'Declaration <DescriptionAttribute("A user defined Javascript event handler to receive the Client marksLoaded Event.")> <CategoryAttribute("Client PageView Control Events")> Public Property OnMarksLoaded As String
'Usage Dim instance As PageView Dim value As String instance.OnMarksLoaded = value value = instance.OnMarksLoaded
[Description("A user defined Javascript event handler to receive the Client marksLoaded Event.")] [Category("Client PageView Control Events")] public string OnMarksLoaded {get; set;}
[Description("A user defined Javascript event handler to receive the Client marksLoaded Event.")] [Category("Client PageView Control Events")] public: __property string* get_OnMarksLoaded(); public: __property void set_OnMarksLoaded( string* value );
[Description("A user defined Javascript event handler to receive the Client marksLoaded Event.")] [Category("Client PageView Control Events")] 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.