Skip to main content

ASPxClientFileManagerItemEditingEventHandler<Sender> Interface

Declaration

interface ASPxClientFileManagerItemEditingEventHandler<Sender> { (source: Sender, e: ASPxClientFileManagerItemEditingEventArgs): void; }

Parameters

Name Type Description
source Sender

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

e ASPxClientFileManagerItemEditingEventArgs

A ASPxClientFileManagerItemEditingEventArgs object that contains event data.

See Also