ModelingBindingSource.OnListChanged Method
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
'宣言
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.