Constructor ApplyDefaultUndoAttribute
ApplyDefaultUndoAttribute(string)
Use this attribute on action classes to have the default undo behaviour applied.
Declaration
public ApplyDefaultUndoAttribute(string undoTitle = null)
Parameters
Type | Name | Description |
---|---|---|
string | undoTitle | The title of the action to appear in the undo history. |