C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1SiteMap Namespace / C1SiteMapNodeEventHandler Delegate

In This Topic
C1SiteMapNodeEventHandler Delegate
In This Topic
Represents the method that handles the C1SiteMap.NodeDataBound and C1SiteMap.NodeCreated events. of the C1SiteMap control.
Syntax
'Declaration
 
Public Delegate Sub C1SiteMapNodeEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As C1SiteMapNodeEventArgs _
) 
 

Parameters

sender
e
See Also