Responder Developer Guide
DragDrop Method (DecoratorBase)


Version: 10.2.1a

Resource Center Home

Handles an item being dropped on this control.
Syntax
'Declaration
 
Protected MustOverride Sub DragDrop( _
   ByVal sender As Object, _
   ByVal e As DragEventArgs _
) 
'Usage
 
Dim instance As DecoratorBase
Dim sender As Object
Dim e As DragEventArgs
 
instance.DragDrop(sender, e)
protected abstract void DragDrop( 
   object sender,
   DragEventArgs e
)

Parameters

sender
e
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DecoratorBase Class
DecoratorBase Members

 

 


Send Comment