Click or drag to resize
DigitalRuneIUndoableOperationDescription Property
Gets the description of the operation.

Namespace: DigitalRune.Undo
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
Object Description { get; }

Property Value

Type: Object
The description of the operation.
Remarks
The description is an object that identifies the operation that is performed. The object is typically a static or dynamically generated string (such as "Insert 'abc'", "Backspace", etc.). The object can be listed in the drop-down menu of an Undo or Redo button.
See Also