C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1SiteMap Namespace / C1SiteMap Class / NodeCreated Event

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