Class MenuModifiedEventArgs
Represents the different
Inherited Members
Namespace: LemonUI.Menus
Assembly: LemonUI.SHVDN3.dll
Syntax
public class MenuModifiedEventArgs
Constructors
View SourceMenuModifiedEventArgs(NativeItem, ItemOperation)
Creates a new MenuModifiedEventArgs.
Declaration
public MenuModifiedEventArgs(NativeItem item, ItemOperation operation)
Parameters
| Type | Name | Description |
|---|---|---|
| NativeItem | item | The item that was modified. |
| ItemOperation | operation | The operation that was performed in the item. |
Properties
View SourceItem
The item that was modified.
Declaration
public NativeItem Item { get; }
Property Value
| Type | Description |
|---|---|
| NativeItem |
Operation
The operation that was performed in the item.
Declaration
public ItemOperation Operation { get; }
Property Value
| Type | Description |
|---|---|
| ItemOperation |