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