CodeNamespace::PopulateImports Event

 

An event that will be raised the first time the Imports collection is accessed.

Namespace:   System.CodeDom
Assembly:  System (in System.dll)

public:
event EventHandler^ PopulateImports {
	void add(EventHandler^ value);
	void remove(EventHandler^ value);
}

.NET Framework
Available since 1.1
Return to top
Show: