'Declaration Public Delegate Sub RowValidationErrorRoutedEventHandler( _ ByVal sender As Object, _ ByVal e As RowValidationErrorRoutedEventArgs _ )
'Usage Dim instance As New RowValidationErrorRoutedEventHandler(AddressOf HandlerMethod)
public delegate void RowValidationErrorRoutedEventHandler( object sender, RowValidationErrorRoutedEventArgs e )
Parameters
- sender
- e