[]
        
(Showing Draft Content)

C1.Document.NotifyCollectionEventArgs

NotifyCollectionEventArgs Class

Provides data for the CollectionChanged and CollectionChanging events.

Inheritance
NotifyCollectionEventArgs
Namespace: C1.Document
Assembly: C1.Document.dll
Syntax
public class NotifyCollectionEventArgs : EventArgs

Constructors

Name Description
NotifyCollectionEventArgs(CollectionAction, int)

Initializes a new instance of the NotifyCollectionEventArgs class.

Fields

Name Description
Clear

The default value of NotifyCollectionEventArgs instance.

Properties

Name Description
Action

Gets the action that caused the event.

Index

Gets the index of the item that is affected by the change.