Namespace:  Microsoft.TeamFoundation.VersionControl.Controls
Assembly:  Microsoft.TeamFoundation.VersionControl.Controls (in Microsoft.TeamFoundation.VersionControl.Controls.dll)
Syntax
'Declaration
Protected Sub OnAddItemsCountChanged ( _
    e As EventArgs _
)
protected void OnAddItemsCountChanged(
    EventArgs e
)
protected:
void OnAddItemsCountChanged(
    EventArgs^ e
)
member OnAddItemsCountChanged : 
        e:EventArgs -> unit
protected function OnAddItemsCountChanged(
    e : EventArgs
)
Parameters
- e
 Type: System.EventArgs
.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.