Skip to main content
A newer version of this page is available. .

DiagramItemContentChangedEventArgs(DiagramItem, String, String, ActionType) Constructor

Initializes a new instance of the DiagramItemContentChangedEventArgs class.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.1.dll

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