Skip to main content
Tab

SiteMapNodeCommandEventHandler Delegate

A method that will handle specific command events concerning manipulations with nodes.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public delegate void SiteMapNodeCommandEventHandler(
    object source,
    SiteMapNodeCommandEventArgs e
);

Parameters

Name Type Description
source Object

A Object representing the event source. Identifies the ASPxSiteMapControl control that raised the event.

e SiteMapNodeCommandEventArgs

A SiteMapNodeCommandEventArgs object that contains event data.

See Also