Class ActHiddenStateChanged
Represents an action that indicates a change in the hidden state of an object. This action is typically skipped during normal processing.
public class ActHiddenStateChanged : IActSkip, IAct
- Inheritance
-
ActHiddenStateChanged
- Implements
- Inherited Members
- Extension Methods
Constructors
ActHiddenStateChanged()
Initializes a new instance of the ActHiddenStateChanged class.
public ActHiddenStateChanged()
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.