Constructor taking event handler for the Dropped event

Namespace:  Gaia.WebWidgets
Assembly:  Gaia.WebWidgets (in Gaia.WebWidgets.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

C#
public AspectDraggable(
	EventHandler dropped
)
Visual Basic (Declaration)
Public Sub New ( _
	dropped As EventHandler _
)

Parameters

dropped
Type: System..::.EventHandler
delegate called when item is dropped on page

See Also