Gets the type of change that was made to the List.

Namespace:  Classless.Hasher
Assembly:  Classless.Hasher (in Classless.Hasher.dll) Version: 0.8.3649.33599

Syntax

C#
public ChangedEventType ChangeType { get; }
Visual Basic (Declaration)
Public ReadOnly Property ChangeType As ChangedEventType
Visual C++
public:
property ChangedEventType ChangeType {
	ChangedEventType get ();
}

See Also