Edit

ManagementEventArgs Class

Definition

Represents the virtual base class to hold event data for WMI events.

public ref class ManagementEventArgs abstract : EventArgs
public abstract class ManagementEventArgs : EventArgs
type ManagementEventArgs = class
    inherit EventArgs
Public MustInherit Class ManagementEventArgs
Inherits EventArgs
Inheritance
ManagementEventArgs
Derived

Properties

Name Description
Context

Gets the operation context echoed back from the operation that triggered the event.

Applies to