Class ItemChangedEventArgs<T>
Represents the change of the selection of an item.
Inherited Members
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 SourceDirection
The direction of the Item Changed event.
Declaration
public Direction Direction { get; }
Property Value
| Type | Description |
|---|---|
| Direction |
Index
The index of the object.
Declaration
public int Index { get; }
Property Value
| Type | Description |
|---|---|
| int |
Object
The new object.
Declaration
public T Object { get; set; }
Property Value
| Type | Description |
|---|---|
| T |