MsDb2RowUpdatingEventHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public delegate void MsDb2RowUpdatingEventHandler(System::Object ^ sender, MsDb2RowUpdatingEventArgs ^ e);
public delegate void MsDb2RowUpdatingEventHandler(object sender, MsDb2RowUpdatingEventArgs e);
type MsDb2RowUpdatingEventHandler = delegate of obj * MsDb2RowUpdatingEventArgs -> unit
Public Delegate Sub MsDb2RowUpdatingEventHandler(sender As Object, e As MsDb2RowUpdatingEventArgs)
Parameters
- sender
- Object