LayoutSynchronizedTabControl.OnItemsChanged Method

This member overrides TabControl.OnItemsChanged(NotifyCollectionChangedEventArgs).

Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

声明
Protected Overrides Sub OnItemsChanged ( _
    e As NotifyCollectionChangedEventArgs _
)
用法
Dim e As NotifyCollectionChangedEventArgs

Me.OnItemsChanged(e)
protected override void OnItemsChanged(
    NotifyCollectionChangedEventArgs e
)
protected:
virtual void OnItemsChanged(
    NotifyCollectionChangedEventArgs^ e
) override
abstract OnItemsChanged : 
        e:NotifyCollectionChangedEventArgs -> unit 
override OnItemsChanged : 
        e:NotifyCollectionChangedEventArgs -> unit 
protected override function OnItemsChanged(
    e : NotifyCollectionChangedEventArgs
)

Parameters

.NET Framework Security

See Also

Reference

LayoutSynchronizedTabControl Class

LayoutSynchronizedTabControl Members

Microsoft.VisualStudio.PlatformUI Namespace