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