Gets or sets user defined Javascript event handler to receive event whenever the user releases a mouse button while the cursor is over any part of the ImGearThumbnailList control.
Syntax
[Description("A ser defined Javascript event handler to receive a call to the Client mouseUp Event.")]
[Category("Client ImGearThumbnailList Control Events")]
[DefaultValue()]
public string OnMouseUp {get; set;}
[Description("A ser defined Javascript event handler to receive a call to the Client mouseUp Event.")]
[Category("Client ImGearThumbnailList Control Events")]
[DefaultValue()]
public: __property string* get_OnMouseUp();
public: __property void set_OnMouseUp(
string* value
);
Property Value
A string value.
See Also