Class Trigger
Trigger implements features for changing property value based on condition
Inherited Members
Namespace: EmptyKeys.UserInterface
Assembly: EmptyKeys.UserInterface.dll
Syntax
public class Trigger : TriggerBase
Constructors
Trigger()
Initializes a new instance of the Trigger class.
Declaration
public Trigger()
Properties
Property
Gets or sets the property.
Declaration
public DependencyProperty Property { get; set; }
Property Value
Type | Description |
---|---|
DependencyProperty | The property. |
Exceptions
Type | Condition |
---|---|
System.InvalidOperationException | You can't change value of sealed instance. |
Value
Gets or sets the value.
Declaration
public object Value { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The value. |
Exceptions
Type | Condition |
---|---|
System.InvalidOperationException | You can't change value of sealed instance. |