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