C# Class Microsoft.Xaml.Interactions.Core.DataTriggerBehavior

Inheritance: Windows.UI.Xaml.DependencyObject, IBehavior
显示文件 Open project: Microsoft/XamlBehaviors Class Usage Examples

Private Properties

Property Type Description
Compare bool
EvaluateComparable bool
OnValueChanged void

Private Methods

Method Description
Compare ( object leftOperand, ComparisonConditionType operatorType, object rightOperand ) : bool
EvaluateComparable ( IComparable leftOperand, ComparisonConditionType operatorType, IComparable rightOperand ) : bool

Evaluates both operands that implement the IComparable interface.

OnValueChanged ( DependencyObject dependencyObject, DependencyPropertyChangedEventArgs args ) : void