ImageGear for .NET
OnPageSelectionChanged Property




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

Property Value

A string value
Remarks
The string value is the name of the Javascript event handler name.

The default value is an empty string

See Also

Reference

ImGearThumbnailList Class
ImGearThumbnailList Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback