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