Back to Devexpress

SiteMapNodeCommandEventHandler Delegate

aspnet-devexpress-dot-web-64419826.md

latest1.5 KB
Original Source

SiteMapNodeCommandEventHandler Delegate

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public delegate void SiteMapNodeCommandEventHandler(
    object source,
    SiteMapNodeCommandEventArgs e
);
vb
Public Delegate Sub SiteMapNodeCommandEventHandler(
    source As Object,
    e As SiteMapNodeCommandEventArgs
)

Parameters

NameTypeDescription
sourceObject

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

Introduction to Delegates

DevExpress.Web Namespace