Click or drag to resize
AB4D logo

TransparentModelIndexChangedEventArgs Class

TransparentModelIndexChangedEventArgs is used in for the TransparentModelIndexChanged event. It is used to notify which event was rearranged and from and to which position.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ab3d.UtilitiesTransparentModelIndexChangedEventArgs

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public class TransparentModelIndexChangedEventArgs : EventArgs

The TransparentModelIndexChangedEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodTransparentModelIndexChangedEventArgs Constructor
Top
Properties
 NameDescription
Public propertyChanged3DObject Gets the changed 3D object.
Public propertyNewIndex Gets the new index of the changed object.
Public propertyOldIndex Gets the old index of the changed object.
Top
See Also