InvokeCommandAction.InputConverterParameter Property

Gets or sets the parameter that is passed to the Convert method of InputConverter. This is an optional dependency property.

Namespace:  Microsoft.Xaml.Interactions.Core
Assembly:  Microsoft.Xaml.Interactions (in Microsoft.Xaml.Interactions.dll)

Syntax

'Declaration
Public Property InputConverterParameter As Object
public Object InputConverterParameter { get; set; }
public:
property Object^ InputConverterParameter {
    Object^ get ();
    void set (Object^ value);
}
member InputConverterParameter : Object with get, set
function get InputConverterParameter () : Object 
function set InputConverterParameter (value : Object)

Property Value

Type: System.Object
The parameter that is passed to the Convert method of InputConverter.

.NET Framework Security

See Also

Reference

InvokeCommandAction Class

Microsoft.Xaml.Interactions.Core Namespace