Show / Hide Table of Contents

Interface ICondition

An interface that a given object must implement in order to be set on a ConditionBehavior.Condition property.

Namespace: Microsoft.Expression.Interactivity.Core
Assembly: OpenSilver.Expression.Interactions.dll
Syntax
public interface ICondition

Methods

| Improve this Doc View Source

Evaluate()

Declaration
bool Evaluate()
Returns
Type Description
System.Boolean
  • Improve this Doc
  • View Source