Class GiveFeedbackEventArgs
Contains arguments for the Telerik.Windows.DragDrop.GiveFeedback event.
Inherited Members
Namespace: Telerik.Windows.DragDrop
Assembly: Telerik.Windows.Controls.dll
Syntax
public sealed class GiveFeedbackEventArgs : RadRoutedEventArgs
Properties
Effects
Gets a value that indicates the effects of drag-and-drop operation.
Declaration
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
public bool UseDefaultCursors { get; set; }
Property Value
System.Boolean
|
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
protected override void InvokeEventHandler(Delegate genericHandler, object genericTarget)
Parameters
System.Delegate
genericHandler
The generic handler / delegate implementation to be invoked. |
System.Object
genericTarget
The target on which the provided handler should be invoked. |
Overrides
SetCursor(Cursor)
Sets the mouse pointer to the specified Cursor.
Declaration
public void SetCursor(Cursor cursor)
Parameters
System.Windows.Input.Cursor
cursor
The cursor to set the mouse pointer to. |