MemberChangedEventArgsTChangeType, TValue Class | 
Namespace: SD.Tools.Algorithmia.GeneralDataStructures.EventArguments
[SerializableAttribute] public class MemberChangedEventArgs<TChangeType, TValue> : EventArgs
The MemberChangedEventArgsTChangeType, TValue type exposes the following members.
| Name | Description | |
|---|---|---|
| MemberChangedEventArgsTChangeType, TValue | 
            CTor
              | 
| Name | Description | |
|---|---|---|
| NewValue | 
            Gets or sets the new value. OriginalValue and NewValue differ when the member raising the event this argument is used in is set to a new value.
            Original and NewValue are equal if the value of the member raising this event is changed internally (if it's mutable) and it implements INotifyElementChanged
              | |
| OriginalValue | 
            Gets or sets the original value. OriginalValue and NewValue differ when the member raising the event this argument is used in is set to a new value.
            Original and NewValue are equal if the value of the member raising this event is changed internally (if it's mutable) and it implements INotifyElementChanged
              | |
| TypeOfChange | 
            Gets / sets typeOfChange
              | 
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object.  (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function.   (Inherited from Object.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) |