Table of Contents

Method GenerateEvent

Namespace
Alternet.FormDesigner.Python
Assembly
Alternet.FormDesigner.Python.v9.dll

GenerateEvent(CodeMemberEvent, CodeTypeDeclaration)

Generates code for the specified event.

protected override void GenerateEvent(CodeMemberEvent e, CodeTypeDeclaration c)

Parameters

e CodeMemberEvent

The member event to generate code for.

c CodeTypeDeclaration

The type of the object that this event occurs on.