Class
PreviewDragContextEventArgs

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public class PreviewDragContextEventArgs : RadDragEventArgs

Inheritance: objectEventArgsRadDragEventArgsPreviewDragContextEventArgs

Inherited Members RadDragEventArgs.DragInstanceEventArgs.Empty

Constructors

PreviewDragContextEventArgs(ISupportDrag)

Declaration

cs-api-definition
public PreviewDragContextEventArgs(ISupportDrag instance)

Parameters

instance

ISupportDrag

Properties

Context

Gets or sets the context associated with a drag operation.

Declaration

cs-api-definition
public object Context { get; set; }

Property Value

object