DesignSurfaceEventArgs Constructor (DesignSurface^)

 

Initializes a new instance of the DesignSurfaceEventArgs class.

Namespace:   System.ComponentModel.Design
Assembly:  System.Design (in System.Design.dll)

public:
DesignSurfaceEventArgs(
	DesignSurface^ surface
)

Parameters

surface
Type: System.ComponentModel.Design::DesignSurface^

The design surface that is being created.

Exception Condition
ArgumentNullException

surface is null.

.NET Framework
Available since 2.0
Return to top
Show: