The extender which attaches the DropWatcherBehavior to our list element.

Namespace:  AjaxControlToolkit
Assembly:  AjaxControlToolkit (in AjaxControlToolkit.dll) Version: 1.0.10920.38393 (1.0.10920.0)

Syntax

C#
public class DropWatcherExtender : ExtenderControlBase
Visual Basic (Declaration)
Public Class DropWatcherExtender _
	Inherits ExtenderControlBase
Visual C++
public ref class DropWatcherExtender : public ExtenderControlBase

Inheritance Hierarchy

System..::.Object
  System.Web.UI..::.Control
    System.Web.UI..::.ExtenderControl
      AjaxControlToolkit..::.ExtenderControlBase
        AjaxControlToolkit..::.DropWatcherExtender

See Also