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