SettingsListChangedEventArgs Class

Visual Studio 2015
 

Event arguments describing a change to an ISettingsList.

Namespace:   Microsoft.VisualStudio.Settings
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

System.Object
  System.EventArgs
    Microsoft.VisualStudio.Settings.SettingsListChangedEventArgs

public class SettingsListChangedEventArgs : EventArgs

NameDescription
System_CAPS_pubpropertyItemAdded

Gets the item that was added.

System_CAPS_pubpropertyItemsRemoved

The items that were removed.

System_CAPS_pubpropertyOperation

Gets the kind of operation.

System_CAPS_pubpropertyState

Gets the state.

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticAdding(KeyValuePair<String, Object>, Object)

Returns a SettingsListChangedEventArgs that describes the addition of a single item to a list.

System_CAPS_pubmethodSystem_CAPS_staticClearing(IEnumerable<KeyValuePair<String, Object>>, Object)

Returns a SettingsListChangedEventArgs that describes the removal of all items from a list.

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticRemoving(IEnumerable<KeyValuePair<String, Object>>, Object)

Returns a SettingsListChangedEventArgs that describes the removal of multiple itemsfrom a list.

System_CAPS_pubmethodSystem_CAPS_staticRemoving(KeyValuePair<String, Object>, Object)

Returns a SettingsListChangedEventArgs that describes the removal of a single item from a list.

System_CAPS_pubmethodSystem_CAPS_staticReplacing(KeyValuePair<String, Object>, KeyValuePair<String, Object>, Object)

Returns a SettingsListChangedEventArgs that describes the replacement of a single item from a list.

System_CAPS_pubmethodToString()

(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.

Return to top
Show: