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