Method GenerateEvent
- Namespace
- Alternet.FormDesigner.Python
- Assembly
- Alternet.FormDesigner.Python.v10.dll
GenerateEvent(CodeMemberEvent, CodeTypeDeclaration)
Generates code for the specified event.
protected override void GenerateEvent(CodeMemberEvent e, CodeTypeDeclaration c)
Parameters
eCodeMemberEventThe member event to generate code for.
cCodeTypeDeclarationThe type of the object that this event occurs on.