Class GiveFeedbackEventArgs
Contains arguments for the Telerik.
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
System.
|
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.
|
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. The generic handler / delegate implementation to be invoked. |
System. The target on which the provided handler should be invoked. |
SetCursor(Cursor)
Sets the mouse pointer to the specified Cursor.
Declaration
public void SetCursor(Cursor cursor)
Parameters
System. The cursor to set the mouse pointer to. |