DiagramItemsDeletingEventArgs Properties
Provides data for the DiagramControl.ItemsDeleting event.| Name | Description |
|---|---|
| Cancel | Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs. |
| Items | Returns the collection of items that are being deleted. |
See Also