ImageGear .NET v25.2 - Updated
ImageGear.Web Assembly / ImageGear.Web.UI Namespace / ThumbnailView Class / OnPropertyChanged Property




In This Topic
    OnPropertyChanged Property (ThumbnailView)
    In This Topic
    Gets or sets user defined Javascript event handler to receive a call to the propertyChanged event.
    Syntax
    'Declaration
     
    <CategoryAttribute("ThumbnailView Client 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 ThumbnailView
    Dim value As String
     
    instance.OnPropertyChanged = value
     
    value = instance.OnPropertyChanged
    [Category("ThumbnailView Client Events")]
    [Description("A user defined Javascript event handler to receive a call to the propertyChanged event.")]
    public string OnPropertyChanged {get; set;}
    [Category("ThumbnailView Client 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("ThumbnailView Client 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);
    }
    Remarks
    The string value is the name of the Javascript event handler name.
    See Also