PercentCompleteEventHandler Delegate
SQL Server 2012
The PercentCompleteEventHandler class represents the event handler that is used to handle percent complete events.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
public delegate void PercentCompleteEventHandler( Object sender, PercentCompleteEventArgs e )
Parameters
- sender
- Type: System.Object
An Object value that specifies the source of the event.
- e
- Type: Microsoft.SqlServer.Management.Smo.PercentCompleteEventArgs
A PercentCompletehttp://msdn.microsoft.com/library/en-us/cpref/html/frlrfsystemeventargsclasstopic.asp EventArgs object that contains the event data.