ComponentOne SuperTooltip for WinForms
C1.Win.SuperTooltip.5 Assembly / C1.Win.SuperTooltip Namespace / C1SuperErrorProvider Class / UpdateBinding Method

In This Topic
    UpdateBinding Method (C1SuperErrorProvider)
    In This Topic
    Provides a method to update the bindings of the DataSource, DataMember, and the error text.
    Syntax
    'Declaration
     
    Public Sub UpdateBinding() 
    public void UpdateBinding()
    Remarks
    Typically, you call this method after you have called BindToDataAndErrors.
    See Also