ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1SiteMap Namespace / C1SiteMapNodeEventArgs Class / C1SiteMapNodeEventArgs Constructor
The referenced node.

In This Topic
    C1SiteMapNodeEventArgs Constructor
    In This Topic
    Initializes a new instance of the C1SiteMapNodeEventArgs class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal node As C1SiteMapNode _
    )
    public C1SiteMapNodeEventArgs( 
       C1SiteMapNode node
    )

    Parameters

    node
    The referenced node.
    See Also