ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / ParseEventHandler Delegate
The source of the event.
A ParseEventArgs object that contains the event data.

In This Topic
    ParseEventHandler Delegate
    In This Topic
    Represents the method that handles Parsing or Parsed events.
    Syntax
    'Declaration
     
    
    Public Delegate Sub ParseEventHandler( _
       ByVal sender As Object, _
       ByVal e As ParseEventArgs _
    ) 
    public delegate void ParseEventHandler( 
       object sender,
       ParseEventArgs e
    )

    Parameters

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