[]
Provides data for the UIManager.BeforeRightClick events.
public sealed class BeforeRightClickEventArgs : RoutedEventArgs
Public NotInheritable Class BeforeRightClickEventArgs
Inherits RoutedEventArgs
Name | Description |
---|---|
Cancel | Gets or sets a boolean value indicates whether the default right-click action is performed when the procedure is finished. |
ContextMenu | Gets or sets the ContextMenu associated with this event. |