Class ContextMenuEventArgs
Inheritance
System.Object
ContextMenuEventArgs
Namespace: Telerik.Windows.Controls.RichTextBoxUI.Menus
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class ContextMenuEventArgs : CancelEventArgs
Constructors
ContextMenuEventArgs(ContextMenuGroupCollection)
Initializes a new instance of the Context
Declaration
public ContextMenuEventArgs(ContextMenuGroupCollection contextMenuGroupCollection)
Parameters
Context Context menu group collection which can be customized. |
Properties
ContextMenuGroupCollection
Gets the context menu group collection which can be customized.
Declaration
public ContextMenuGroupCollection ContextMenuGroupCollection { get; }
Property Value
Context The context menu group collection. |