New to Telerik UI for WPFStart a free 30-day trial

Definition

Namespace:Telerik.Windows.Controls.RichTextBoxUI.Menus

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public class ContextMenuEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsContextMenuEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

Initializes a new instance of the ContextMenuEventArgs class.

C#
public ContextMenuEventArgs(ContextMenuGroupCollection contextMenuGroupCollection)
Parameters:contextMenuGroupCollectionContextMenuGroupCollection

Context menu group collection which can be customized.

Properties

Gets the context menu group collection which can be customized.

C#
public ContextMenuGroupCollection ContextMenuGroupCollection { get; }
Property Value:

The context menu group collection.