Add an event to this class
[Visual Basic]Public Function AddEvent( _ ByVal name As String, _ ByVal eType As PEAPI.Type _) As PEAPI.Event
[C#]public Event AddEvent( string name, Type eType);
a descriptor for this new event
ClassDef Class | ClassDef Members | PEAPI Namespace