Share via


NotifyStateManagerChangedEventArgs Class

Definition

Provides data for the StateManagerChanged event.

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

Constructors

Name Description
NotifyStateManagerChangedEventArgs(NotifyStateManagerChangedAction)

Initializes a new instance of the <cref name="NotifyStateManagerChangedEventArgs"></cref>

Properties

Name Description
Action

Gets the action that caused the event.

Applies to