ImageGear for .NET
OnMouseMove Property (PageView)




Gets or sets user defined Javascript event handler to receive a call to the client mouseMove event.
Syntax
'Declaration
 
<CategoryAttribute("Client PageView Control Events")>
<DescriptionAttribute("A user defined Javascript event handler to receive a call to the Client mouseMove Event.")>
Public Property OnMouseMove As String
'Usage
 
Dim instance As PageView
Dim value As String
 
instance.OnMouseMove = value
 
value = instance.OnMouseMove
[CategoryAttribute("Client PageView Control Events")]
[DescriptionAttribute("A user defined Javascript event handler to receive a call to the Client mouseMove Event.")]
public string OnMouseMove {get; set;}
[CategoryAttribute("Client PageView Control Events")]
[DescriptionAttribute("A user defined Javascript event handler to receive a call to the Client mouseMove Event.")]
public: __property string* get_OnMouseMove();
public: __property void set_OnMouseMove( 
   string* value
);
[CategoryAttribute("Client PageView Control Events")]
[DescriptionAttribute("A user defined Javascript event handler to receive a call to the Client mouseMove Event.")]
public:
property String^ OnMouseMove {
   String^ get();
   void set (    String^ value);
}
Remarks
The string value is the name of the Javascript event handler name.
See Also

Reference

PageView Class
PageView Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback