CommandEventWithArgs

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

class CommandEventWithArgs : CommandEvent (
Args...
) {
Args args;
}
Suggestion Box / Bug Report