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

ASPxClientCardViewGroupCancelEventHandler<Sender> Interface

Declaration

interface ASPxClientCardViewGroupCancelEventHandler<Sender> { (source: Sender, e: ASPxClientCardViewGroupCancelEventArgs): void; }

Parameters

Name Type Description
source Sender

The event source.

e ASPxClientCardViewGroupCancelEventArgs

A ASPxClientCardViewGroupCancelEventArgs object that contains event data.

See Also