ComponentOne Binding Expressions for WPF and Silverlight
C1.Silverlight.Binding Namespace / Expression Class / Evaluate Method

In This Topic
    Evaluate Method (Expression)
    In This Topic
    Returns the value of the Expression.
    Syntax
    'Declaration
     
    
    Public Overridable Function Evaluate() As System.Object
    public virtual System.object Evaluate()

    Return Value

    The value of the Expression.
    See Also