ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / FormatErrorEventHandler Delegate
The source of the event.
A FormatErrorEventArgs object that contains the event data.

In This Topic
    FormatErrorEventHandler Delegate
    In This Topic
    Represents the method that handles a FormatError event.
    Syntax
    'Declaration
     
    Public Delegate Sub FormatErrorEventHandler( _
       ByVal sender As Object, _
       ByVal e As FormatErrorEventArgs _
    ) 
    public delegate void FormatErrorEventHandler( 
       object sender,
       FormatErrorEventArgs e
    )

    Parameters

    sender
    The source of the event.
    e
    A FormatErrorEventArgs object that contains the event data.
    See Also