'Declaration
<CategoryAttribute("ImGearThumbnailList Client Events")>
<DescriptionAttribute("Gets or sets user defined Javascript event handler to receive a call to the client pageSelectionChanged event.")>
<DefaultValueAttribute()>
Public Property OnPageSelectionChanged As String
'Usage
Dim instance As ImGearThumbnailList
Dim value As String
instance.OnPageSelectionChanged = value
value = instance.OnPageSelectionChanged
[CategoryAttribute("ImGearThumbnailList Client Events")]
[DescriptionAttribute("Gets or sets user defined Javascript event handler to receive a call to the client pageSelectionChanged event.")]
[DefaultValueAttribute()]
public string OnPageSelectionChanged {get; set;}
[CategoryAttribute("ImGearThumbnailList Client Events")]
[DescriptionAttribute("Gets or sets user defined Javascript event handler to receive a call to the client pageSelectionChanged event.")]
[DefaultValueAttribute()]
public: __property string* get_OnPageSelectionChanged();
public: __property void set_OnPageSelectionChanged(
string* value
);
[CategoryAttribute("ImGearThumbnailList Client Events")]
[DescriptionAttribute("Gets or sets user defined Javascript event handler to receive a call to the client pageSelectionChanged event.")]
[DefaultValueAttribute()]
public:
property String^ OnPageSelectionChanged {
String^ get();
void set ( String^ value);
}