New to Telerik UI for WPFStart a free 30-day trial

Contains arguments for the event.

Definition

Namespace:Telerik.Windows.DragDrop

Assembly:Telerik.Windows.Controls.dll

Syntax:

C#
public sealed class GiveFeedbackEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsGiveFeedbackEventArgs

Properties

Effects

DragDropEffects

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

C#
public DragDropEffects Effects { get; }

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

C#
public bool UseDefaultCursors { get; set; }

Methods

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.

C#
protected override void InvokeEventHandler(Delegate genericHandler, object genericTarget)
Parameters:genericHandlerDelegate

The generic handler / delegate implementation to be invoked.

genericTargetobject

The target on which the provided handler should be invoked.

Sets the mouse pointer to the specified Cursor.

C#
public void SetCursor(Cursor cursor)
Parameters:cursorCursor

The cursor to set the mouse pointer to.