Show / Hide Table of Contents

Delegate GiveFeedbackEventHandler

Represents a method that will handle the feedback routed event from in-process drag-and-drop operations, for instance System.Windows.UIElement.GiveFeedback.

Namespace: Microsoft.Windows
Assembly: OpenSilver.Controls.Toolkit.dll
Syntax
public delegate void GiveFeedbackEventHandler(object sender, GiveFeedbackEventArgs e);
Parameters
Type Name Description
System.Object sender

The object where the event handler is attached.

GiveFeedbackEventArgs e

The event data.

  • Improve this Doc
  • View Source