Expand Minimize
This topic has not yet been rated - Rate this topic

SmoApplication.DatabaseEventHandler Delegate

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)
public delegate void DatabaseEventHandler(
	Object sender,
	SmoEventArgs e
)

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.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.