ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1SiteMap Namespace / C1SiteMap Class / NodeDataBound Event

In This Topic
    NodeDataBound Event (C1SiteMap)
    In This Topic
    Occurs after a node is data bound.
    Syntax
    'Declaration
     
    Public Event NodeDataBound As C1SiteMapNodeEventHandler
    public event C1SiteMapNodeEventHandler NodeDataBound
    Event Data

    The event handler receives an argument of type C1SiteMapNodeEventArgs containing data related to this event. The following C1SiteMapNodeEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets or sets the referenced node in the C1SiteMap control when the event is raised.  
    See Also