DiagramItemContentChangedEventArgs(DiagramControl, DiagramItem, String, String, ActionType) Constructor
Initializes a new instance of the DiagramItemContentChangedEventArgs class.
Namespace: DevExpress.Xpf.Diagram
Assembly: DevExpress.Xpf.Diagram.v24.1.dll
NuGet Package: DevExpress.Wpf.Diagram
Declaration
public DiagramItemContentChangedEventArgs(
DiagramControl source,
DiagramItem item,
string oldValue,
string newValue,
ActionType actionType
)
Parameters
Name | Type | Description |
---|---|---|
source | DiagramControl | The DiagramControl that raised the event. |
item | DiagramItem | A DiagramItem object that represents the diagram item whose content is being changed. |
oldValue | String | |
newValue | String | |
actionType | ActionType |
See Also