Skip to main content

ASPxClientPopupWindowEventHandler<Sender> Interface

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

Declaration

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.