Class UpdateEventToggleOffMode
Represents a profile editor command that can be used to update an event condition's overlap mode.
public class UpdateEventToggleOffMode : IProfileEditorCommand
- Inheritance
-
objectUpdateEventToggleOffMode
- Implements
Constructors
UpdateEventToggleOffMode(EventCondition, EventToggleOffMode)
Creates a new instance of the UpdateEventOverlapMode class.
public UpdateEventToggleOffMode(EventCondition eventCondition, EventToggleOffMode value)
Parameters
eventConditionEventConditionvalueEventToggleOffMode
Properties
DisplayName
Gets the name of the command
public string DisplayName { get; }
Property Value
Methods
Execute()
Executes the command
public void Execute()
Undo()
Undoes the command
public void Undo()