CodeGenerator::GenerateAttachEventStatement Method (CodeAttachEventStatement^)

 

Generates code for the specified attach event statement.

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

protected:
virtual void GenerateAttachEventStatement(
	CodeAttachEventStatement^ e
) abstract

Parameters

e
Type: System.CodeDom::CodeAttachEventStatement^

A CodeAttachEventStatement that indicates the statement to generate code for.

.NET Framework
Available since 1.1
Return to top
Show: