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