ParseEventHandler Delegate
Represents the method that handles Parsing or Parsed events.
'Declaration
Public Delegate Sub ParseEventHandler( _
ByVal As Object, _
ByVal As ParseEventArgs _
)
Parameters
- sender
- The source of the event.
- e
- A ParseEventArgs object that contains the event data.