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
'Declaration
<CategoryAttribute("Client ImGearThumbnailList Control Events")>
<DefaultValueAttribute("")>
<DescriptionAttribute("A ser defined Javascript event handler to receive a call to the Client mouseUp Event.")>
Public Property OnMouseUp As String
'Usage
Dim instance As ImGearThumbnailList
Dim value As String
instance.OnMouseUp = value
value = instance.OnMouseUp
[Category("Client ImGearThumbnailList Control Events")]
[DefaultValue("")]
[Description("A ser defined Javascript event handler to receive a call to the Client mouseUp Event.")]
public string OnMouseUp {get; set;}
[Category("Client ImGearThumbnailList Control Events")]
[DefaultValue("")]
[Description("A ser defined Javascript event handler to receive a call to the Client mouseUp Event.")]
public: __property string* get_OnMouseUp();
public: __property void set_OnMouseUp(
string* value
);
[Category("Client ImGearThumbnailList Control Events")]
[DefaultValue("")]
[Description("A ser defined Javascript event handler to receive a call to the Client mouseUp Event.")]
public:
property String^ OnMouseUp {
String^ get();
void set ( String^ value);
}
Property Value
A string value.
See Also