Nota
O acesso a esta página requer autorização. Pode tentar iniciar sessão ou alterar os diretórios.
O acesso a esta página requer autorização. Pode tentar alterar os diretórios.
When the list has been changed this method is called in order to reset the store event handlers and reset the state of a valid datasource.
Namespace: Microsoft.VisualStudio.Modeling.Design
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'Declaração
Protected Overrides Sub OnListChanged ( _
e As ListChangedEventArgs _
)
protected override void OnListChanged(
ListChangedEventArgs e
)
protected:
virtual void OnListChanged(
ListChangedEventArgs^ e
) override
abstract OnListChanged :
e:ListChangedEventArgs -> unit
override OnListChanged :
e:ListChangedEventArgs -> unit
protected override function OnListChanged(
e : ListChangedEventArgs
)
Parameters
- e
Type: System.ComponentModel.ListChangedEventArgs
Event arguments to be passed out with the event.
.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.