menu

Document Processing

ContextMenuOpeningEventArgs Class - C# PDF Library API Reference | Syncfusion

    Show / Hide Table of Contents

    ContextMenuOpeningEventArgs Class

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