ImageGear for .NET
OnPropertyChanged Property (ThumbnailView)




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
[DescriptionAttribute("A user defined Javascript event handler to receive a call to the propertyChanged event.")]
[CategoryAttribute("ThumbnailView Client Events")]
public string OnPropertyChanged {get; set;}
[DescriptionAttribute("A user defined Javascript event handler to receive a call to the propertyChanged event.")]
[CategoryAttribute("ThumbnailView Client Events")]
public: __property string* get_OnPropertyChanged();
public: __property void set_OnPropertyChanged( 
   string* value
);
[DescriptionAttribute("A user defined Javascript event handler to receive a call to the propertyChanged event.")]
[CategoryAttribute("ThumbnailView Client Events")]
public:
property String^ OnPropertyChanged {
   String^ get();
   void set (    String^ value);
}
Remarks
The string value is the name of the Javascript event handler name.
See Also

Reference

ThumbnailView Class
ThumbnailView Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback