Class ContextMenuItemClickedEventArgs
Provides data for the context menu item click event.
Inheritance
System.Object
ContextMenuItemClickedEventArgs
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.PdfViewer.WPF.dll
Syntax
public class ContextMenuItemClickedEventArgs : EventArgs
Properties
Handled
Gets or sets a value indicating whether the event has been handled. By default the value is false.
Declaration
public bool Handled { get; set; }
Property Value
Type |
---|
System.Boolean |
MenuItem
Gets the clicked context menu item.
Declaration
public ContextMenuItem MenuItem { get; }
Property Value
Type |
---|
ContextMenuItem |
Source
Gets the source of the click event.
Declaration
public string Source { get; }
Property Value
Type |
---|
System.String |