Show / Hide Table of Contents

Class GiveFeedbackEventArgs

Contains arguments for the System.Windows.DragDrop.GiveFeedback event.

Inheritance
System.Object
System.EventArgs
ExtendedRoutedEventArgs
GiveFeedbackEventArgs
Inherited Members
ExtendedRoutedEventArgs.Handled
ExtendedRoutedEventArgs.OriginalSource
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Microsoft.Windows
Assembly: OpenSilver.Controls.Toolkit.dll
Syntax
public sealed class GiveFeedbackEventArgs : ExtendedRoutedEventArgs

Properties

| Improve this Doc View Source

Effects

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

Declaration
public DragDropEffects Effects { get; }
Property Value
Type Description
DragDropEffects
  • Improve this Doc
  • View Source