ClassGiveFeedbackEventArgs
Contains arguments for the .
Definition
Namespace:Telerik.UI.Xaml.Controls.DragDrop
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public sealed class GiveFeedbackEventArgs : RadRoutedEventArgs
Inheritance: objectRadRoutedEventArgsGiveFeedbackEventArgs
Inherited Members
Properties
Effects
Gets a value that indicates the effects of drag-and-drop operation.
Declaration
public DragDropEffects Effects { get; }
Property Value
UseDefaultCursors
Gets or sets whether drag operation should use the default cursors that are associated with drag-drop effects.
Methods
InvokeEventHandler(Delegate, object)
When overridden in a derived class, provides a way to invoke event handlers in a type-specific way, which can increase efficiency over the base implementation.
Declaration
protected override void InvokeEventHandler(Delegate genericHandler, object genericTarget)
Parameters
genericHandler
The generic handler / delegate implementation to be invoked.
genericTarget
The target on which the provided handler should be invoked.
Overrides
SetCursor(InputSystemCursorShape)
Sets the mouse pointer to the specified Cursor.
Declaration
public void SetCursor(InputSystemCursorShape cursorType)
Parameters
cursorType
InputSystemCursorShape