alexa
menu

WPF

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

    Show / Hide Table of Contents

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