MsDb2RowUpdatedEventHandler 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 MsDb2RowUpdatedEventHandler(System::Object ^ sender, MsDb2RowUpdatedEventArgs ^ e);
public delegate void MsDb2RowUpdatedEventHandler(object sender, MsDb2RowUpdatedEventArgs e);
type MsDb2RowUpdatedEventHandler = delegate of obj * MsDb2RowUpdatedEventArgs -> unit
Public Delegate Sub MsDb2RowUpdatedEventHandler(sender As Object, e As MsDb2RowUpdatedEventArgs)
Parameters
- sender
- Object