Gets the type of change that was made to the List.
Namespace: Classless.HasherAssembly: Classless.Hasher (in Classless.Hasher.dll) Version: 0.9.4179.24336
Syntax
C# |
---|
public ChangedEventType ChangeType { get; } |
Visual Basic |
---|
Public ReadOnly Property ChangeType As ChangedEventType Get |
Visual C++ |
---|
public: property ChangedEventType ChangeType { ChangedEventType get (); } |