CheckableCommandParameter Class
Provides an implementation of the ICheckableCommandParameter interface.
public class CheckableCommandParameter : Freezable, ICheckableCommandParameter
- Inheritance:
- object object
- Implements:
- ICheckableCommandParameter
Constructors
CheckableCommandParameter()
Initializes an instance of the class.
public CheckableCommandParameter()
Properties
Handled
Gets or sets whether the parameter has been handled.
public bool Handled { get; set; }
Property Value
- bool:
true
if the parameter has been handled; otherwise,false
.
IsChecked
Gets or sets whether the control is checked.
public bool? IsChecked { get; set; }
Property Value
- bool?:
true
if the control is checked; otherwise,false
.
Tag
Gets or sets an arbitrary object value that can be used to store custom information about this element.
public object Tag { get; set; }
Property Value
- object:
The intended value. This property has no default value.
Methods
CreateInstanceCore()
Creates a new instance of the System.Windows.Freezable-derived class.
protected override Freezable CreateInstanceCore()
Returns
- Freezable:
The new instance.
Fields
HandledProperty
Identifies the Handled dependency property. This field is read-only.
public static readonly DependencyProperty HandledProperty
IsCheckedProperty
Identifies the IsChecked dependency property. This field is read-only.
public static readonly DependencyProperty IsCheckedProperty
TagProperty
Identifies the Tag dependency property. This field is read-only.
public static readonly DependencyProperty TagProperty