PercentCompleteEventHandler Delegate
The PercentCompleteEventHandler class represents the event handler that is used to handle percent complete events.
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 T:Microsoft.SqlServer.Management.Smo.PercentCompletehttp://msdn.microsoft.com/library/cpref/html/frlrfsystemeventargsclasstopic.asp EventArgs object that contains the event data.
Show: