ImageGear .NET - Updated November 28, 2017
OnPageSelectionChanged Property




ImageGear23.Web Assembly > ImageGear.Web.UI Namespace > ImGearThumbnailList Class : OnPageSelectionChanged Property
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

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