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.
Sets the mouse pointer to the specified Cursor.
C#
public void SetCursor(Cursor cursor)
The cursor to set the mouse pointer to.