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

In This Topic
    NodeCreated Event
    In This Topic
    Occurs after a node is created.
    Syntax
    'Declaration
     
    Public Event NodeCreated As C1SiteMapNodeEventHandler
    public event C1SiteMapNodeEventHandler NodeCreated
    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