WebBaseEventCollection Constructor (ICollection^)
.NET Framework (current version)
Initializes a new instance of the WebBaseEventCollection class.
Assembly: System.Web (in System.Web.dll)
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: