<
ComponentOne OLAP for WPF and Silverlight
C1.Util Namespace / Util Class / UpdateBindingSource Method

In This Topic
    UpdateBindingSource Method (Util)
    In This Topic
    Updates the binding source for an editor cell (without waiting for it to lose focus).
    Syntax
    'Declaration
     
    Public Shared Function UpdateBindingSource( _
       ByVal e As FrameworkElement _
    ) As Boolean
    public static bool UpdateBindingSource( 
       FrameworkElement e
    )

    Parameters

    e
    See Also