Class
GiveFeedbackEventArgs

Contains arguments for the event.

Definition

Namespace:Telerik.Windows.DragDrop

Assembly:Telerik.Windows.Controls.dll

Syntax:

cs-api-definition
public sealed class GiveFeedbackEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsGiveFeedbackEventArgs

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.

SetCursor(Cursor)

Sets the mouse pointer to the specified Cursor.

Declaration

cs-api-definition
public void SetCursor(Cursor cursor)

Parameters

cursor

Cursor

The cursor to set the mouse pointer to.