Constable Authorization Engine 2.0 BETA

CollectionChangeEventArgs Constructor (CollectionChangeType)

[This is preliminary documentation and subject to change.]

Initializes a new instance of the CollectionChangeEventArgs class with the given CollectionChangeType

[Visual Basic]
Overloads Public Sub New( _
   ByVal changeType As CollectionChangeType _
)
[C#]
public CollectionChangeEventArgs(
   CollectionChangeType changeType
);

Parameters

changeType
Indicates the type of the change.

See Also

CollectionChangeEventArgs Class | LaMarvin.ComponentModel Namespace | CollectionChangeEventArgs Constructor Overload List