This documentation is archived and is not being maintained.
ManagementOperationObserver.ObjectPut Event
.NET Framework 1.1
Occurs when an object has been successfully committed.
[Visual Basic] Public Event ObjectPut As ObjectPutEventHandler [C#] public event ObjectPutEventHandler ObjectPut; [C++] public: __event ObjectPutEventHandler* ObjectPut;
[JScript] In JScript, you can handle the events defined by a class, but you cannot define your own.
Event Data
The event handler receives an argument of type ObjectPutEventArgs containing data related to this event. The following ObjectPutEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Context (inherited from ManagementEventArgs) | Gets the operation context echoed back from the operation that triggered the event. |
| Path | Gets the identity of the object that has been put. |
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
.NET Framework Security:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
ManagementOperationObserver Class | ManagementOperationObserver Members | System.Management Namespace
Show: