menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FileMenuItemSelectEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FileMenuItemSelectEventArgs

    Provides data for the ItemSelecting event of the File menu.

    Inheritance
    System.Object
    FileMenuItemSelectEventArgs
    Namespace: Syncfusion.Blazor.Ribbon
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class FileMenuItemSelectEventArgs : Object
    Remarks

    Use this event to handle logic when a file menu item is selected.

    Constructors

    FileMenuItemSelectEventArgs()

    Declaration
    public FileMenuItemSelectEventArgs()

    Properties

    Item

    Gets the file menu item corresponding to the element.

    Declaration
    public MenuItem Item { get; set; }
    Property Value
    Type Description
    MenuItem

    A MenuItem representing the selecting file menu item.

    Remarks

    This property provides access to the data for a menu item that is currently being selected.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved