IEventArgsConverter Members
Allows you to convert an event’s arguments to a command’s parameter. This class is implemented in the EventArgsConverterBase<TArgs, TResult> class.
#Methods
Name | Description |
---|---|
Convert |
Converts the event argument to the command’s parameter. |
Convert |
Converts the command’s parameter to the event argument. |
See Also