[]
        
(Showing Draft Content)

C1.Win.C1Preview.PagesChangeEventArgs.-ctor

PagesChangeEventArgs Constructor

PagesChangeEventArgs(PagesChangeTypeEnum)

Initializes a new instance of the PagesChangeEventArgs class.

Declaration
public PagesChangeEventArgs(PagesChangeTypeEnum changeType)
Parameters
Type Name Description
PagesChangeTypeEnum changeType

The collection change type.

PagesChangeEventArgs(PagesChangeTypeEnum, int)

Initializes a new instance of the PagesChangeEventArgs class.

Declaration
public PagesChangeEventArgs(PagesChangeTypeEnum changeType, int newIndex)
Parameters
Type Name Description
PagesChangeTypeEnum changeType

The collection change type.

int newIndex

New page index.

PagesChangeEventArgs(PagesChangeTypeEnum, int, int)

Initializes a new instance of the PagesChangeEventArgs class.

Declaration
public PagesChangeEventArgs(PagesChangeTypeEnum changeType, int newIndex, int oldIndex)
Parameters
Type Name Description
PagesChangeTypeEnum changeType

The collection change type.

int newIndex

New page index.

int oldIndex

Old page index.