[]
        
(Showing Draft Content)

C1.C1Preview.EventCollectionChangeEventArgs

EventCollectionChangeEventArgs Class

Contains data about EventCollection change events.

Inheritance
EventCollectionChangeEventArgs
Namespace: C1.C1Preview
Assembly: C1.PrintDocument.4.8.dll
Syntax
public class EventCollectionChangeEventArgs : EventArgs

Constructors

Name Description
EventCollectionChangeEventArgs()

Initializes a new instance of the EventCollectionChangeEventArgs class.

EventCollectionChangeEventArgs(EventCollectionChangeTypeEnum, object, object, int)

Initializes a new instance of the EventCollectionChangeEventArgs class.

Properties

Name Description
ChangeType

Gets the type of collection's changing.

Index

Gets the index within collection where changing occurs.

NewItem

Gets the new object at specified index.

OldItem

Gets the old object at specified index.