Show / Hide Table of Contents

Class ItemChangedEventArgs<T>

Represents the change of the selection of an item.

Inheritance
object
ItemChangedEventArgs<T>
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 ItemChangedEventArgs<T>
Type Parameters
Name Description
T

The type of object that got changed.

Properties

View Source

Direction

The direction of the Item Changed event.

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

Index

The index of the object.

Declaration
public int Index { get; }
Property Value
Type Description
int
View Source

Object

The new object.

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