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