SmoApplication::ObjectDroppedEventHandler Delegate
The SmoApplication::ObjectDroppedEventHandler class represents the event handler that is used to handle events when an object is dropped.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public delegate void ObjectDroppedEventHandler( Object^ sender, ObjectDroppedEventArgs^ e )
Parameters
- sender
-
Type:
System::Object^
An Object value that specifies the source of the event.
- e
-
Type:
Microsoft.SqlServer.Management.Smo::ObjectDroppedEventArgs^
A T:Microsoft.SqlServer.Management.Smo.Smohttp://msdn.microsoft.com/library/cpref/html/frlrfsystemeventargsclasstopic.asp EventArgs object that contains the event data.
Show: