Skip to main content
A newer version of this page is available. .

ASPxClientCancelEventHandler<Sender> Interface

A method that will handle the cancelable events of a web control’s client-side equivalent.

Declaration

interface ASPxClientCancelEventHandler<Sender> { (source: Sender, e: ASPxClientCancelEventArgs): void; }

Parameters

Name Type Description
source Sender

An object representing the event source. Identifies the web control that raised the event.

e ASPxClientCancelEventArgs

An ASPxClientCancelEventArgs object that contains event data.