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