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




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

Reference

ImGearThumbnailList Class
ImGearThumbnailList Members