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

In This Topic
    OnClientNodeDragStarted Property
    In This Topic
    The name of the function which will be called when the node begin to be dragged.
    Syntax
    'Declaration
     
    Public Property OnClientNodeDragStarted As System.String
    public System.string OnClientNodeDragStarted {get; set;}
    See Also