ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1TreeMap Namespace / C1TreeMap Class / OnClientDrillingDown Property

In This Topic
    OnClientDrillingDown Property
    In This Topic
    This event fires before drill down. This event can be cancelled, use "return false;" to cancel the event.
    Syntax
    'Declaration
     
    Public Property OnClientDrillingDown As System.String
    public System.string OnClientDrillingDown {get; set;}
    See Also