Gets or sets user defined Javascript event handler to receive a call to the client thumbnailSelectionChanged event.
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
<CategoryAttribute("ImGearThumbnailList Client Events")>
<DefaultValueAttribute("")>
<DescriptionAttribute("Gets or sets user defined Javascript event handler to receive a call to the client pageSelectionChanged event.")>
Public Property OnPageSelectionChanged As String
             
        
            
            'Usage
 
Dim instance As ImGearThumbnailList
Dim value As String
 
instance.OnPageSelectionChanged = value
 
value = instance.OnPageSelectionChanged
             
        
            
            [Category("ImGearThumbnailList Client Events")]
[DefaultValue("")]
[Description("Gets or sets user defined Javascript event handler to receive a call to the client pageSelectionChanged event.")]
public string OnPageSelectionChanged {get; set;}
             
        
            
            [Category("ImGearThumbnailList Client Events")]
[DefaultValue("")]
[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
);
             
        
            
            [Category("ImGearThumbnailList Client Events")]
[DefaultValue("")]
[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