Share via


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

'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

.NET Framework Security

See Also

Reference

ModelingBindingSource Class

Microsoft.VisualStudio.Modeling.Design Namespace