'Declaration Public Delegate Sub PathExceptionEventHandler( _ ByVal sender As Object, _ ByVal e As PathExceptionEventArgs _ )
'Usage Dim instance As New PathExceptionEventHandler(AddressOf HandlerMethod)
public delegate void PathExceptionEventHandler( object sender, PathExceptionEventArgs e )
Parameters
- sender
- The object on which the method was called.
- e
- A PathExceptionEventArgs that contains the event data.