FlexPivot for WPF | ComponentOne
C1.PivotEngine Assembly / C1.PivotEngine Namespace / C1PivotEngine Class / OnUpdateError Method
System.EventArgs that contains the event data.

In This Topic
    OnUpdateError Method
    In This Topic
    Raises the UpdateError event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnUpdateError( _
       ByVal e As ErrorEventArgs _
    ) 
    protected virtual void OnUpdateError( 
       ErrorEventArgs e
    )

    Parameters

    e
    System.EventArgs that contains the event data.
    See Also