Class ContextMenuPlacementEventArgs
Inheritance
System.Object
ContextMenuPlacementEventArgs
Namespace: Telerik.Windows.Documents.UI.Extensibility
Assembly: Telerik.Windows.Documents.dll
Syntax
public class ContextMenuPlacementEventArgs : EventArgs
Constructors
ContextMenuPlacementEventArgs(Point)
Initializes a new instance of the ContextMenuPlacementEventArgs class.
Declaration
public ContextMenuPlacementEventArgs(Point location)
Parameters
System.Windows.Point
location
The location, relative to silverlight plugin. |
Properties
Location
Gets the location of the context menu, relative to silverlight plugin.
Declaration
public Point Location { get; }
Property Value
System.Windows.Point
The location. |