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




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