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