Gets or sets user defined Javascript event handler to receive client events that
indicate when the user activates the context menu.
Syntax
'Declaration
<CategoryAttribute("Client PageView Control Events")>
<DescriptionAttribute("A user defined Javascript event handler to receive the Client contextMenu Event.")>
Public Property OnContextMenu As String
'Usage
Dim instance As PageView
Dim value As String
instance.OnContextMenu = value
value = instance.OnContextMenu
[Category("Client PageView Control Events")]
[Description("A user defined Javascript event handler to receive the Client contextMenu Event.")]
public string OnContextMenu {get; set;}
[Category("Client PageView Control Events")]
[Description("A user defined Javascript event handler to receive the Client contextMenu Event.")]
public: __property string* get_OnContextMenu();
public: __property void set_OnContextMenu(
string* value
);
[Category("Client PageView Control Events")]
[Description("A user defined Javascript event handler to receive the Client contextMenu Event.")]
public:
property String^ OnContextMenu {
String^ get();
void set ( String^ value);
}
See Also