Skip to main content

ASPxClientFileManagerSelectionChangedEventHandler<Sender> Interface

In This Article

A method that will handle the ASPxClientFileManager.SelectionChanged event.

#Declaration

TypeScript
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