ObjectPutEventHandler Delegate

 

Represents the method that will handle the ObjectPut event.

Namespace:   System.Management
Assembly:  System.Management (in System.Management.dll)

public delegate void ObjectPutEventHandler(
	Object^ sender,
	ObjectPutEventArgs^ e
)

Parameters

sender
Type: System::Object^

The instance of the object for which to invoke this method.

e
Type: System.Management::ObjectPutEventArgs^

The ObjectPutEventArgs that specifies the reason the event was invoked.

.NET Framework
Available since 1.1
Return to top
Show: