Gets or sets user defined Javascript event handler to receive event when a new mark is being interactively created. .
Syntax
'Declaration
<DescriptionAttribute("A ser defined Javascript event handler to receive a call to the Client mouseUp Event.")>
<CategoryAttribute("Client PageView Control Events")>
Public Property OnMouseUp As String
'Usage
Dim instance As PageView
Dim value As String
instance.OnMouseUp = value
value = instance.OnMouseUp
[Description("A ser defined Javascript event handler to receive a call to the Client mouseUp Event.")]
[Category("Client PageView Control Events")]
public string OnMouseUp {get; set;}
[Description("A ser defined Javascript event handler to receive a call to the Client mouseUp Event.")]
[Category("Client PageView Control Events")]
public: __property string* get_OnMouseUp();
public: __property void set_OnMouseUp(
string* value
);
[Description("A ser defined Javascript event handler to receive a call to the Client mouseUp Event.")]
[Category("Client PageView Control Events")]
public:
property String^ OnMouseUp {
String^ get();
void set ( String^ value);
}
See Also