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
CodeMemberEventThe member event to generate code for.
c
CodeTypeDeclarationThe type of the object that this event occurs on.