Show / Hide Table of Contents

Class MenuModifiedEventArgs

Represents the different

Inheritance
object
MenuModifiedEventArgs
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: LemonUI.Menus
Assembly: LemonUI.SHVDN3.dll
Syntax
public class MenuModifiedEventArgs

Constructors

View Source

MenuModifiedEventArgs(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 Source

Item

The item that was modified.

Declaration
public NativeItem Item { get; }
Property Value
Type Description
NativeItem
View Source

Operation

The operation that was performed in the item.

Declaration
public ItemOperation Operation { get; }
Property Value
Type Description
ItemOperation
  • View Source
In this article
Back to top Generated by DocFX