Show / Hide Table of Contents

Class ItemActivatedArgs

Represents the arguments of an item activation.

Inheritance
object
ItemActivatedArgs
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 ItemActivatedArgs

Properties

View Source

Item

The item that was just activated.

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