SettingsListChangedEventArgs Class
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
Members of this class may be called on any thread.
Item |
Gets the item that was added. |
Items |
The items that were removed. |
Operation |
Gets the kind of operation. |
State |
Gets the state. |
Adding(Key |
Returns a SettingsListChangedEventArgs describing the addition of a single item to a list. |
Clearing(IEnumerable<Key |
Returns a SettingsListChangedEventArgs describing the removal of all items from a list. |
Removing(IEnumerable<Key |
Returns a SettingsListChangedEventArgs describing the removal of multiple items from a list. |
Removing(Key |
Returns a SettingsListChangedEventArgs describing the removal of a single item from a list. |
Replacing(Key |
Returns a SettingsListChangedEventArgs describing the replacement of a single item in a list. |
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |