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