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.