Namespace:  Bricscad.Windows
Assembly:  BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
 
public abstract void OnDrop(
        DragEventArgs e
)
 
Public MustOverride Sub OnDrop ( 
        e As DragEventArgs
)
 
public:
virtual void OnDrop(
        DragEventArgs^ e
) abstract
 
abstract OnDrop : 
        e : DragEventArgs -> unit 
 
 
 
Parameters
- e
 
- Type: System.Windows.FormsDragEventArgs
 
 
See Also