Gets or sets user defined Javascript event handler to receive a call to the client mouseDown event.
Syntax
[Description("A user defined Javascript event handler to receive a call to the Client mouseDown Event.")]
[DefaultValue()]
[Category("Client ImGearThumbnailList Control Events")]
public string OnMouseDown {get; set;}
[Description("A user defined Javascript event handler to receive a call to the Client mouseDown Event.")]
[DefaultValue()]
[Category("Client ImGearThumbnailList Control Events")]
public: __property string* get_OnMouseDown();
public: __property void set_OnMouseDown(
string* value
);
[Description("A user defined Javascript event handler to receive a call to the Client mouseDown Event.")]
[DefaultValue()]
[Category("Client ImGearThumbnailList Control Events")]
public:
property String^ OnMouseDown {
String^ get();
void set ( String^ value);
}
Property Value
A string value.
See Also