'DeclarationPublic Delegate Sub VistaDBRowUpdatingEventHandler( _ ByVal sender As System.Object, _ ByVal e As VistaDBRowUpdatingEventArgs _ )
'UsageDim instance As New VistaDBRowUpdatingEventHandler(AddressOf HandlerMethod)
public delegate void VistaDBRowUpdatingEventHandler( System.object sender, VistaDBRowUpdatingEventArgs e )
Parameters
- sender
- e