SettingsListChangedEventArgs Class
Event arguments describing a change to an ISettingsList.
Assembly: Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
| Name | Description | |
|---|---|---|
![]() | ItemAdded | Gets the item that was added. |
![]() | ItemsRemoved | The items that were removed. |
![]() | Operation | Gets the kind of operation. |
![]() | State | Gets the state. |
| Name | Description | |
|---|---|---|
![]() ![]() | Adding(KeyValuePair<String, Object>, Object) | Returns a SettingsListChangedEventArgs that describes the addition of a single item to a list. |
![]() ![]() | Clearing(IEnumerable<KeyValuePair<String, Object>>, Object) | Returns a SettingsListChangedEventArgs that describes the removal of all items from a list. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() ![]() | Removing(IEnumerable<KeyValuePair<String, Object>>, Object) | Returns a SettingsListChangedEventArgs that describes the removal of multiple itemsfrom a list. |
![]() ![]() | Removing(KeyValuePair<String, Object>, Object) | Returns a SettingsListChangedEventArgs that describes the removal of a single item from a list. |
![]() ![]() | Replacing(KeyValuePair<String, Object>, KeyValuePair<String, Object>, Object) | Returns a SettingsListChangedEventArgs that describes the replacement of a single item from a list. |
![]() | ToString() | (Inherited from Object.) |
Members of this class may be called on any thread.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



