DiagramItemsChangedEventArgs(DiagramControl, DiagramItem, ItemsChangedAction) Constructor
Initializes a new instance of the DiagramItemsChangedEventArgs class.
Namespace: DevExpress.Xpf.Diagram
Assembly: DevExpress.Xpf.Diagram.v24.1.dll
NuGet Package: DevExpress.Wpf.Diagram
Declaration
public DiagramItemsChangedEventArgs(
DiagramControl source,
DiagramItem item,
ItemsChangedAction action
)
Parameters
Name | Type | Description |
---|---|---|
source | DiagramControl | The DiagramControl that raised the event. |
item | DiagramItem | A DiagramItem object representing the item that is being added or removed. |
action | ItemsChangedAction | An ItemsChangedAction enumeration value that indicates whether a diagram item is being added or removed. |
See Also