DiagramItemContentChangedEventArgs Properties
| Name | Description |
|---|---|
| ActionType | Indicates whether the text has been changed directly or using the Undo/Redo operations. |
| Item | Returns the item which text has been changed. |
| NewValue | Returns the new item’s text. |
| OldValue | Returns the previous item’s text. |
See Also