ImageGear .NET v25.2 - Updated
ImageGear.Web Assembly / ImageGear.Web.UI Namespace / ImGearThumbnailList Class / OnMouseMove Property




In This Topic
    OnMouseMove Property (ImGearThumbnailList)
    In This Topic
    Gets or sets user defined Javascript event handler to receive a call to the client mouseMove event.
    Syntax
    'Declaration
     
    <CategoryAttribute("Client ImGearThumbnailList Control Events")>
    <DefaultValueAttribute("")>
    <DescriptionAttribute("A user defined Javascript event handler to receive a call to the Client mouseMove Event.")>
    Public Property OnMouseMove As String
    'Usage
     
    Dim instance As ImGearThumbnailList
    Dim value As String
     
    instance.OnMouseMove = value
     
    value = instance.OnMouseMove
    [Category("Client ImGearThumbnailList Control Events")]
    [DefaultValue("")]
    [Description("A user defined Javascript event handler to receive a call to the Client mouseMove Event.")]
    public string OnMouseMove {get; set;}
    [Category("Client ImGearThumbnailList Control Events")]
    [DefaultValue("")]
    [Description("A user defined Javascript event handler to receive a call to the Client mouseMove Event.")]
    public: __property string* get_OnMouseMove();
    public: __property void set_OnMouseMove( 
       string* value
    );
    [Category("Client ImGearThumbnailList Control Events")]
    [DefaultValue("")]
    [Description("A user defined Javascript event handler to receive a call to the Client mouseMove Event.")]
    public:
    property String^ OnMouseMove {
       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