ComponentOne BarCode for WinForms
C1.Win.Barcode.4.5.2 Assembly / C1.Win.BarCode Namespace / C1BarCode Class / OnEncodingError Method
A EncodingErrorEventArgs that contains the event data.

In This Topic
    OnEncodingError Method
    In This Topic
    Raises the EncodingError event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnEncodingError( _
       ByVal e As EncodingErrorEventArgs _
    ) 
    protected virtual void OnEncodingError( 
       EncodingErrorEventArgs e
    )

    Parameters

    e
    A EncodingErrorEventArgs that contains the event data.
    See Also