ImageGear for .NET
OnMouseDown Property (ImGearThumbnailList)




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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback