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