alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class FileMenuItemSelectEventArgs

    Provides data for the ItemSelecting event of the File menu.

    Inheritance
    object
    FileMenuItemSelectEventArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Ribbon
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class FileMenuItemSelectEventArgs
    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.

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