'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.
Property | Description |
---|---|
Node | Gets or sets the referenced node in the C1SiteMap control when the event is raised. |
See Also