Class LemonUI::Menus::MenuModifiedEventArgs
ClassList > LemonUI > Menus > MenuModifiedEventArgs
Represents the different
Public Properties
| Type | Name |
|---|---|
| property NativeItem | Item The item that was modified. |
| property ItemOperation | Operation The operation that was performed in the item. |
Public Functions
| Type | Name |
|---|---|
| MenuModifiedEventArgs (NativeItem item, ItemOperation operation) Creates a new MenuModifiedEventArgs . |
Public Properties Documentation
property Item
NativeItem LemonUI.Menus.MenuModifiedEventArgs.Item;
property Operation
ItemOperation LemonUI.Menus.MenuModifiedEventArgs.Operation;
Public Functions Documentation
function MenuModifiedEventArgs
Creates a new MenuModifiedEventArgs .
inline LemonUI::Menus::MenuModifiedEventArgs::MenuModifiedEventArgs (
NativeItem item,
ItemOperation operation
)
Parameters:
itemThe item that was modified.operationThe operation that was performed in the item.
The documentation for this class was generated from the following file repos/LemonUI/LemonUI/Menus/MenuModifiedEventArgs.cs