Method GetFirstFromCommands
GetFirstFromCommands(params Command[])
Gets the first matching TEvent
bound to the set of commands specified by
commands
.
public TEvent GetFirstFromCommands(params Command[] commands)
Parameters
commands
Command[]The set of commands to search.
Returns
- TEvent
The first matching
TEvent
bound to the set of commands specified bycommands
. null if the set of caommands was not found.