Gets a value that indicates whether the dropped event has been managed from the outside.

Namespace:  C1.Web.UI.Controls.C1TreeView
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
public bool Handled { get; }
Visual Basic
Public ReadOnly Property Handled As Boolean
	Get

See Also