ActiveDesignSurfaceChangedEventArgs::OldSurface Property

 

Gets the design surface that is losing activation.

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

public:
property DesignSurface^ OldSurface {
	DesignSurface^ get();
}

Property Value

Type: System.ComponentModel.Design::DesignSurface^

A DesignSurface that is losing activation.

.NET Framework
Available since 2.0
Return to top
Show: