alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

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