Skip to main content

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