Class ContextMenuPlacementEventArgs
Inheritance
System.Object
System.EventArgs
ContextMenuPlacementEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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. |