public interface IJCVoidEventEmit
IJCVoidEventEmit interface represents a generic event handler
without return value.
Some examples on its use are on https://github.com/masesgroup/JCOReflector
| Modifier and Type | Method and Description |
|---|---|
void |
EventRaised(Object... args)
Invoked when associated event on CLR context is raised.
|
void EventRaised(Object... args)
args - The arguments returned from the event