DiagramCustomItemGiveFeedbackEventArgs Constructors
Provides data for the CustomItemGiveFeedback event.| Name | Parameters | Description |
|---|---|---|
| DiagramCustomItemGiveFeedbackEventArgs(ReadOnlyCollection<DiagramItem>, DragDropEffects, DragDropCursor) | items, effects, cursor | Initializes a new instance of the DiagramCustomItemGiveFeedbackEventArgs class with specified settings. |
See Also