SettingsListChangedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
EventArgs describing a change to an ISettingsList.
public ref class SettingsListChangedEventArgs : EventArgs
public class SettingsListChangedEventArgs : EventArgs
type SettingsListChangedEventArgs = class
inherit EventArgs
Public Class SettingsListChangedEventArgs
Inherits EventArgs
- Inheritance
-
SettingsListChangedEventArgs
Remarks
Members of this class may be called on any thread.
Properties
ItemAdded |
Gets the item that was added. |
ItemsRemoved |
The items that were removed. |
Operation |
Gets the kind of operation. |
State |
Gets the state. |
Methods
Adding(KeyValuePair<String,Object>, Object) |
Returns a SettingsListChangedEventArgs describing the addition of a single item to a list. |
Clearing(IEnumerable<KeyValuePair<String,Object>>, Object) |
Returns a SettingsListChangedEventArgs describing the removal of all items from a list. |
Removing(IEnumerable<KeyValuePair<String,Object>>, Object) |
Returns a SettingsListChangedEventArgs describing the removal of multiple items from a list. |
Removing(KeyValuePair<String,Object>, Object) |
Returns a SettingsListChangedEventArgs describing the removal of a single item from a list. |
Replacing(KeyValuePair<String,Object>, KeyValuePair<String,Object>, Object) |
Returns a SettingsListChangedEventArgs describing the replacement of a single item in a list. |