SectionInitializeEventArgs Constructor

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Constructor.

Namespace:  Microsoft.TeamFoundation.Controls
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Public Sub New ( _
    serviceProvider As IServiceProvider, _
    context As Object _
)
public SectionInitializeEventArgs(
    IServiceProvider serviceProvider,
    Object context
)
public:
SectionInitializeEventArgs(
    IServiceProvider^ serviceProvider, 
    Object^ context
)
new : 
        serviceProvider:IServiceProvider * 
        context:Object -> SectionInitializeEventArgs
public function SectionInitializeEventArgs(
    serviceProvider : IServiceProvider, 
    context : Object
)

Parameters

.NET Framework Security

See Also

Reference

SectionInitializeEventArgs Class

Microsoft.TeamFoundation.Controls Namespace