CodeNamespace::PopulateComments Event

 

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

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

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

.NET Framework
Available since 1.1
Return to top
Show: