ImageGear23.Web Assembly > ImageGear.Web.UI Namespace > ImGearThumbnailList Class : OnMouseUp Property |
'Declaration <DefaultValueAttribute()> <DescriptionAttribute("A ser defined Javascript event handler to receive a call to the Client mouseUp Event.")> <CategoryAttribute("Client ImGearThumbnailList Control Events")> Public Property OnMouseUp As String
'Usage Dim instance As ImGearThumbnailList Dim value As String instance.OnMouseUp = value value = instance.OnMouseUp
[DefaultValue()] [Description("A ser defined Javascript event handler to receive a call to the Client mouseUp Event.")] [Category("Client ImGearThumbnailList Control Events")] public string OnMouseUp {get; set;}
[DefaultValue()] [Description("A ser defined Javascript event handler to receive a call to the Client mouseUp Event.")] [Category("Client ImGearThumbnailList Control Events")] public: __property string* get_OnMouseUp(); public: __property void set_OnMouseUp( string* value );
[DefaultValue()] [Description("A ser defined Javascript event handler to receive a call to the Client mouseUp Event.")] [Category("Client ImGearThumbnailList Control Events")] public: property String^ OnMouseUp { String^ get(); void set ( String^ value); }
The default value is an empty string