VerifyCompleteEventHandler Delegate
The VerifyCompleteEventHandler class represents the event handler that handles completion events.
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
public delegate void VerifyCompleteEventHandler( Object^ sender, VerifyCompleteEventArgs^ args )
Parameters
- sender
-
Type:
System::Object^
An Object value that specifies the source of the event.
- args
-
Type:
Microsoft.SqlServer.Management.Smo::VerifyCompleteEventArgs^
An VerifyCompleteEventArgs object that contains the event data.
Show: