Intersoft ClientUI Documentation
OnDrop Method (UXFileUpload)



The DragEventArgs that contains the event data.
Invoked when an unhandled Drop event reaches an element in its route that is derived from this class.
Syntax
Protected Overrides Sub OnDrop( _
   ByVal e As DragEventArgs _
) 
Dim instance As UXFileUpload
Dim e As DragEventArgs
 
instance.OnDrop(e)
protected override void OnDrop( 
   DragEventArgs e
)
protected:
void OnDrop( 
   DragEventArgs^ e
) override 

Parameters

e
The DragEventArgs that contains the event data.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXFileUpload Class
UXFileUpload Members

Send Feedback