Skip to main content

ASPxClientFileManagerSelectionChangedEventHandler<Sender> Interface

A method that will handle the ASPxClientFileManager.SelectionChanged event.

Declaration

interface ASPxClientFileManagerSelectionChangedEventHandler<Sender> { (source: Sender, e: ASPxClientFileManagerSelectionChangedEventArgs): void; }

Parameters

Name Type Description
source Sender

The event source. Identifies the ASPxFileManager control that raised the event.

e ASPxClientFileManagerSelectionChangedEventArgs

A ASPxClientFileManagerSelectionChangedEventArgs object that contains event data.

See Also