Class PreviewDragContextEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public class PreviewDragContextEventArgs : RadDragEventArgs
Constructors
PreviewDragContextEventArgs(ISupportDrag)
Declaration
public PreviewDragContextEventArgs(ISupportDrag instance)
Parameters
ISupportDrag
instance
|
Properties
Context
Gets or sets the context associated with a drag operation.
Declaration
public object Context { get; set; }
Property Value
System.Object
|