Skip to main content

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