IEventArgsTwoWayConverter Methods
Allows you to convert an event’s arguments to a command’s parameter and vice versa.Name | Description |
---|---|
Convert(Object, Object) | Converts the event argument to the command’s parameter. Inherited from IEventArgsConverter. |
ConvertBack(Object, Object, Object) | Converts the command’s parameter to the event arguments. |
See Also