ImageGear .NET - Updated May 1, 2018
OnPropertyChanged Property (ThumbnailView)




ImageGear24.Web Assembly > ImageGear.Web.UI Namespace > ThumbnailView Class : OnPropertyChanged Property
Gets or sets user defined Javascript event handler to receive a call to the propertyChanged event.
Syntax
'Declaration
 
<DescriptionAttribute("A user defined Javascript event handler to receive a call to the propertyChanged event.")>
<CategoryAttribute("ThumbnailView Client Events")>
Public Property OnPropertyChanged As String
 
'Usage
 
Dim instance As ThumbnailView
Dim value As String
 
instance.OnPropertyChanged = value
 
value = instance.OnPropertyChanged
Remarks
The string value is the name of the Javascript event handler name.
See Also

Reference

ThumbnailView Class
ThumbnailView Members