FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.Util Namespace / Util Class / UpdateBindingSource Method

In This Topic
    UpdateBindingSource Method
    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