Skip to main content

ASPxClientPopupWindowEventHandler<Sender> Interface

In This Article

A method that will handle the popup control’s client events when a popup window is manipulated.

#Declaration

TypeScript
interface ASPxClientPopupWindowEventHandler<Sender> { (source: Sender, e: ASPxClientPopupWindowEventArgs): void; }

#Parameters

Name Type Description
source Sender

An object representing the event’s source. Identifies the popup control object (ASPxClientPopupControl) that raised the event.

e ASPxClientPopupWindowEventArgs

An ASPxClientPopupWindowEventArgs object that contains event data.