ContextMenuEventArgs
Class
Definition
Namespace:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Menus
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public class ContextMenuEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsContextMenuEventArgs
Inherited Members
Constructors
Initializes a new instance of the ContextMenuEventArgs class.
C#
public ContextMenuEventArgs(ContextMenuGroupCollection contextMenuGroupCollection)
Context menu group collection which can be customized.
Properties
Gets the context menu group collection which can be customized.
C#
public ContextMenuGroupCollection ContextMenuGroupCollection { get; }
The context menu group collection.