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

Provides data for the context menu placement event, allowing customization of the context menu's position.

Definition

Namespace:Telerik.Windows.Documents.UI.Extensibility

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public class ContextMenuPlacementEventArgs : EventArgs

Inheritance: objectEventArgsContextMenuPlacementEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the ContextMenuPlacementEventArgs class.

C#
public ContextMenuPlacementEventArgs(Point location)
Parameters:locationPoint

The location, relative to silverlight plugin.

Properties

Gets the location of the context menu, relative to silverlight plugin.

C#
public Point Location { get; }
Property Value:

The location.