SmoApplication.DatabaseEventHandler Delegate
SQL Server 2012
The SmoApplication.DatabaseEventHandler class represents the event handler that handles database events.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Parameters
- sender
- Type: System.Object
An Object value that specifies the source of the event.
- e
- Type: Microsoft.SqlServer.Management.Smo.SmoEventArgs
A SmoEventArgs object that contains the event data.
