DiagramItemsChangedEventArgs Properties
Provides data for the DiagramControl.ItemsChanged event.Name | Description |
---|---|
Action | Indicates whether the item is being added or removed. |
Item | Returns the item that is being added or removed from the diagram. |
See Also