Gets or sets user defined Javascript event handler to receive a call to the propertyChanged event.
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
<CategoryAttribute("Client PageView Control Events")>
<DescriptionAttribute("A user defined Javascript event handler to receive a call to the propertyChanged event.")>
Public Property OnPropertyChanged As String
             
        
            
            'Usage
 
Dim instance As PageView
Dim value As String
 
instance.OnPropertyChanged = value
 
value = instance.OnPropertyChanged
             
        
            
            [Category("Client PageView Control Events")]
[Description("A user defined Javascript event handler to receive a call to the propertyChanged event.")]
public string OnPropertyChanged {get; set;}
             
        
            
            [Category("Client PageView Control Events")]
[Description("A user defined Javascript event handler to receive a call to the propertyChanged event.")]
public: __property string* get_OnPropertyChanged();
public: __property void set_OnPropertyChanged( 
   string* value
);
             
        
            
            [Category("Client PageView Control Events")]
[Description("A user defined Javascript event handler to receive a call to the propertyChanged event.")]
public:
property String^ OnPropertyChanged {
   String^ get();
   void set (    String^ value);
}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also