DiagramItemContentChangedEventArgs(DiagramItem, String, String, ActionType) Constructor
Initializes a new instance of the DiagramItemContentChangedEventArgs class.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.1.dll
NuGet Package: DevExpress.Win.Diagram
Declaration
public DiagramItemContentChangedEventArgs(
DiagramItem item,
string oldValue,
string newValue,
ActionType actionType
)
Parameters
Name | Type | Description |
---|---|---|
item | DiagramItem | A DiagramItem object that is the item which text has been changed. |
oldValue | String | A string value that is the previous item’s text. |
newValue | String | A string value that is the new item’s text. |
actionType | ActionType | A ActionType enumeration value that indicates whether the text has been changed directly or using the Undo/Redo operations. |
See Also