[]
        
(Showing Draft Content)

C1.Win.C1Preview.PagesChangeEventArgs

PagesChangeEventArgs Class

Provides data for the PagesChanged and PagesChanging events.

Inheritance
PagesChangeEventArgs
Namespace: C1.Win.C1Preview
Assembly: C1.Win.PrintPreview.8.dll
Syntax
public class PagesChangeEventArgs : EventArgs

Constructors

Name Description
PagesChangeEventArgs(PagesChangeTypeEnum)

Initializes a new instance of the PagesChangeEventArgs class.

PagesChangeEventArgs(PagesChangeTypeEnum, int)

Initializes a new instance of the PagesChangeEventArgs class.

PagesChangeEventArgs(PagesChangeTypeEnum, int, int)

Initializes a new instance of the PagesChangeEventArgs class.

Fields

Name Description
NewIndex

New page index.

OldIndex

Old page index.

PagesChangeType

The type of PreviewPages collection change.