Table of Contents

Struct ListPropertyChangedArgs

Namespace
KSP.Api
Assembly
Assembly-CSharp.dll
public struct ListPropertyChangedArgs
Inherited Members
Extension Methods

Properties

ListChangeType

public readonly ListPropertyChangeType ListChangeType { get; }

Property Value

ListPropertyChangeType

NewIndex

public readonly int NewIndex { get; }

Property Value

int

OldIndex

public readonly int OldIndex { get; }

Property Value

int

Methods

ItemDeleted(int)

public static ListPropertyChangedArgs ItemDeleted(int oldIndex)

Parameters

oldIndex int

Returns

ListPropertyChangedArgs

ItemInserted(int)

public static ListPropertyChangedArgs ItemInserted(int newIndex)

Parameters

newIndex int

Returns

ListPropertyChangedArgs

ItemMoved(int, int)

public static ListPropertyChangedArgs ItemMoved(int oldIndex, int newIndex)

Parameters

oldIndex int
newIndex int

Returns

ListPropertyChangedArgs

Reset()

public static ListPropertyChangedArgs Reset()

Returns

ListPropertyChangedArgs