Class ContextMenuOpeningEventArgs
Provides data for the context menu opening event.
Inheritance
System.Object
ContextMenuOpeningEventArgs
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 |