Skip to main content
A newer version of this page is available. .

DiagramCustomItemGiveFeedbackEventArgs Constructors

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