Class ContextMenuOpeningEventArgs
Provides data for the context menu opening event.
Inheritance
System.Object
System.EventArgs
ContextMenuOpeningEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.PdfViewer.WPF.dll
Syntax
public class ContextMenuOpeningEventArgs : EventArgs
Properties
Handled
Gets or sets a value indicating whether the context menu opening event has been handled.
Declaration
public bool Handled { get; set; }
Property Value
| Type |
|---|
| System.Boolean |
MenuItems
Gets the collection of context menu items for the context menu.
Declaration
public ObservableCollection<ContextMenuItem> MenuItems { get; }
Property Value
| Type |
|---|
| System.Collections.ObjectModel.ObservableCollection<ContextMenuItem> |
Source
Gets the source that triggered the opening event.
Declaration
public string Source { get; }
Property Value
| Type |
|---|
| System.String |