Gets or sets user defined Javascript event handler to receive a call to the client pageOpened event.
Syntax
'Declaration
<CategoryAttribute("Client PageView Control Events")>
<DescriptionAttribute("A user defined Javascript event handler to receive a call to the Client pageOpened Event.")>
Public Property OnPageOpened As String
'Usage
Dim instance As PageView
Dim value As String
instance.OnPageOpened = value
value = instance.OnPageOpened
[Category("Client PageView Control Events")]
[Description("A user defined Javascript event handler to receive a call to the Client pageOpened Event.")]
public string OnPageOpened {get; set;}
[Category("Client PageView Control Events")]
[Description("A user defined Javascript event handler to receive a call to the Client pageOpened Event.")]
public: __property string* get_OnPageOpened();
public: __property void set_OnPageOpened(
string* value
);
[Category("Client PageView Control Events")]
[Description("A user defined Javascript event handler to receive a call to the Client pageOpened Event.")]
public:
property String^ OnPageOpened {
String^ get();
void set ( String^ value);
}
See Also