ImageGear .NET - Updated March 30, 2018
OnPropertyChanged Property (PageView)




ImageGear24.Web Assembly > ImageGear.Web.UI Namespace > PageView 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("Client PageView Control Events")>
Public Property OnPropertyChanged As String
 
'Usage
 
Dim instance As PageView
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

PageView Class
PageView Members