_GiveFeedbackEventArgs Type

Contains arguments for the OnGiveFeedback event.

Namespace: CNClrLib.Control.EventArgs
type
 _GiveFeedbackEventArgs = CNClrLib.Windows._GiveFeedbackEventArgs;

The GiveFeedback event occurs when a drag-and-drop operation is started. The GiveFeedback event enables the source of a drag event to modify the appearance of the mouse pointer to provide the user with visual feedback during a drag-and-drop operation.

Form more information, see GiveFeedbackEventArgs in C#.

Properties
Description

Effects

Gets a value that indicates the effects of drag-and-drop operation.

Handled

Gets or sets a value that indicates the present state of the event handling for a routed event as it travels the route.

OriginalSource

Gets the original reporting source as determined by pure hit testing, before any possible Source adjustment by a parent class.

RoutedEvent

Gets or sets the RoutedEvent associated with this RoutedEventArgs instance.

Source

Gets or sets a reference to the object that raised the event.

UseDefaultCursors

Gets or sets a Boolean value indicating whether default cursor feedback behavior should be used for the associated drag-and-drop operation.