New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

C#
public class PreviewDragContextEventArgs : RadDragEventArgs

Inheritance: objectEventArgsRadDragEventArgsPreviewDragContextEventArgs

Inherited Members RadDragEventArgs.DragInstanceEventArgs.Empty

Constructors

C#
public PreviewDragContextEventArgs(ISupportDrag instance)
Parameters:instanceISupportDrag

Properties

Gets or sets the context associated with a drag operation.

C#
public object Context { get; set; }