ImageGear .NET v24.12 - Updated
OnPropertyChanged Property (ImGearThumbnailList)




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

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