Version

PosChangedType Enumeration

Used to specify what type of position change has occurred
Syntax
'Declaration
 
Public Enum PosChangedType 
   Inherits System.Enum
public enum PosChangedType : System.Enum 
Members
MemberDescription
FixedStateChangedFixed state of the object changed. This is fired when the end user changes the fixed state of a column/group, for example via click over the header pin icon.
HiddenStateChangedHidden state of the object changed. This is fired when the end user changes the hidden state of a column/group, for example via the ColumnChooser functionality.
MovedPosition Moved. The object's position changed because it was moved
SizedPosition Sized. The object's position changed because it was resized
SwappedPosition Swapped. The object's position changed because it was swapped
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also