Back to Devexpress

DockZoneCancelEventHandler Delegate

aspnet-devexpress-dot-web-90c9c84f.md

latest1.2 KB
Original Source

DockZoneCancelEventHandler Delegate

A method that will handle the ASPxDockZone.BeforeDock event.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Parameters

NameTypeDescription
sourceObject

A ASPxDockZone object that raised the event.

| | e | DockZoneCancelEventArgs |

A DockZoneCancelEventArgs object that contains event data.

|

See Also

DevExpress.Web Namespace