SettingsListChangedEventArgs.Adding Method

Definition

Returns a SettingsListChangedEventArgs describing the addition of a single item to a list.

public static Microsoft.VisualStudio.Settings.SettingsListChangedEventArgs Adding (System.Collections.Generic.KeyValuePair<string,object> item, object state = default);
static member Adding : System.Collections.Generic.KeyValuePair<string, obj> * obj -> Microsoft.VisualStudio.Settings.SettingsListChangedEventArgs
Public Shared Function Adding (item As KeyValuePair(Of String, Object), Optional state As Object = Nothing) As SettingsListChangedEventArgs

Parameters

item
KeyValuePair<String,Object>

The item.

state
Object

The state. The state. Null by default.

Returns

The event arguments.

Applies to