Gets or sets user defined Javascript event handler to receive a call to the client thumbnailSelectionChanged event.
Syntax
[DefaultValue()]
[Category("ImGearThumbnailList Client Events")]
[Description("Gets or sets user defined Javascript event handler to receive a call to the client pageSelectionChanged event.")]
public string OnPageSelectionChanged {get; set;}
[DefaultValue()]
[Category("ImGearThumbnailList Client Events")]
[Description("Gets or sets user defined Javascript event handler to receive a call to the client pageSelectionChanged event.")]
public: __property string* get_OnPageSelectionChanged();
public: __property void set_OnPageSelectionChanged(
string* value
);
[DefaultValue()]
[Category("ImGearThumbnailList Client Events")]
[Description("Gets or sets user defined Javascript event handler to receive a call to the client pageSelectionChanged event.")]
public:
property String^ OnPageSelectionChanged {
String^ get();
void set ( String^ value);
}
Property Value
A string value
See Also