ClassGiveFeedbackEventArgs
Class
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.
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.
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.