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