Monitor.State.OnEventDoActionAttribute constructor

Initializes a new instance of the OnEventDoActionAttribute class.

public OnEventDoActionAttribute(Type eventType, string actionName)
parameter description
eventType Event type.
actionName Action name.

See Also