Skip to main content

ASPxClientCardViewGroupCancelEventHandler<Sender> Interface

In This Article

#Declaration

TypeScript
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