Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

WebBaseEventCollection Constructor (ICollection^)

 

Initializes a new instance of the WebBaseEventCollection class.

Namespace:   System.Web.Management
Assembly:  System.Web (in System.Web.dll)

public:
WebBaseEventCollection(
	ICollection^ events
)

Parameters

events
Type: System.Collections::ICollection^

The collection of WebBaseEvent objects.

Exception Condition
ArgumentNullException

events is null.

The WebBaseEventCollection(ICollection^) constructor allows you to create an instance of the WebBaseEventCollection class and initialize it with a collection of WebBaseEvent objects.

The following code example shows how to use this constructor.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft