ComponentOne Extender Controls for ASP.NET Web Forms
C1.Web.Wijmo.Extenders.4 Assembly / C1.Web.Wijmo.Extenders.C1Tree Namespace / C1TreeExtender Class / OnClientNodeDropped Property

In This Topic
    OnClientNodeDropped Property
    In This Topic
    The name of the function which will be called after the node is dropped.
    Syntax
    'Declaration
     
    Public Property OnClientNodeDropped As System.String
    public System.string OnClientNodeDropped {get; set;}
    See Also