menu

Document Processing

ContextMenuItemClickedEventArgs Class - C# PDF Library API Reference | Syncfusion

    Show / Hide Table of Contents

    ContextMenuItemClickedEventArgs Class

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved