CodeTypeDeclaration::PopulateMembers Event

 

Occurs when the Members collection is accessed for the first time.

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

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

.NET Framework
Available since 1.1
Return to top
Show: