CommandEventWithArgs

A CommandEvent is typically actually an instance of these to hold the strongly-typed arguments.

class CommandEventWithArgs : CommandEvent (
Args...
) {
Args args;
}

Meta