Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Initializes a new instance of ValueChangedEventArgs<TValue> with the new and old values.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Declaration
Public Sub New ( _
oldValue As TValue, _
newValue As TValue _
)
public ValueChangedEventArgs(
TValue oldValue,
TValue newValue
)
public:
ValueChangedEventArgs(
TValue oldValue,
TValue newValue
)
new :
oldValue:'TValue *
newValue:'TValue -> ValueChangedEventArgs
public function ValueChangedEventArgs(
oldValue : TValue,
newValue : TValue
)
Parameters
oldValue
Type: TValueThe old value.
newValue
Type: TValueThe new value.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.