Class
GiveFeedbackEventArgs

Contains arguments for the .

Definition

Namespace:Telerik.UI.Xaml.Controls.DragDrop

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public sealed class GiveFeedbackEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsGiveFeedbackEventArgs

Inherited Members RadRoutedEventArgs.RoutedEventRadRoutedEventArgs.SourceRadRoutedEventArgs.HandledRadRoutedEventArgs.OriginalSource

Properties

Effects

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

Declaration

cs-api-definition
public DragDropEffects Effects { get; }

Property Value

DragDropEffects

UseDefaultCursors

Gets or sets whether drag operation should use the default cursors that are associated with drag-drop effects.

Declaration

cs-api-definition
public bool UseDefaultCursors { get; set; }

Property Value

bool

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

cs-api-definition
protected override void InvokeEventHandler(Delegate genericHandler, object genericTarget)

Parameters

genericHandler

Delegate

The generic handler / delegate implementation to be invoked.

genericTarget

object

The target on which the provided handler should be invoked.

Overrides RadRoutedEventArgs.InvokeEventHandler(Delegate, object)

SetCursor(InputSystemCursorShape)

Sets the mouse pointer to the specified Cursor.

Declaration

cs-api-definition
public void SetCursor(InputSystemCursorShape cursorType)

Parameters

cursorType

InputSystemCursorShape