DiagramControl.ClosedEditor Event
Fires after the end-user closes the diagram item’s text editor.
Namespace: DevExpress.Xpf.Diagram
Assembly: DevExpress.Xpf.Diagram.v24.1.dll
NuGet Package: DevExpress.Wpf.Diagram
Declaration
Event Data
The ClosedEditor event's data class is DevExpress.Xpf.Diagram.DiagramClosedEditorEventArgs.
Remarks
The event’s ValueChanged read-only parameter returns whether the item’s text has been changed. The NewValue parameter returns the new text value and allows you to change it.
See Also