invoke

operator fun CSEvent<Unit>.invoke()
operator fun <T> CSEvent<T>.invoke(param: T): CSEvent<T>