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

NodeDataBound Event (C1SiteMap)
Occurs after a node is data bound.
Syntax
'Declaration
 
Public Event NodeDataBound 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