SmoApplication.DatabaseEventHandler 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.
called for database events
public delegate void SmoApplication.DatabaseEventHandler(object sender, SmoEventArgs e);
type SmoApplication.DatabaseEventHandler = delegate of obj * SmoEventArgs -> unit
Public Delegate Sub SmoApplication.DatabaseEventHandler(sender As Object, e As SmoEventArgs)
Parameters
- sender
- Object