SmoApplication::ObjectCreatedEventHandler Delegate
The SmoApplication::ObjectCreatedEventHandler class represents the event handler that is used to handle events when an object is created.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public delegate void ObjectCreatedEventHandler( Object^ sender, ObjectCreatedEventArgs^ e )
Parameters
- sender
-
Type:
System::Object^
An Object value that specifies the source of the event.
- e
-
Type:
Microsoft.SqlServer.Management.Smo::ObjectCreatedEventArgs^
A ObjectCreatedEventArgs object that contains the event data.
Show: