Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Syntax
'Declaration
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.ListChangedEventArgsEvent 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.