Skip to main content
Tab

FileManagerCustomTooltipEventHandler Delegate

A method that will handle the ASPxFileManager.CustomTooltip event.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public delegate void FileManagerCustomTooltipEventHandler(
    object source,
    FileManagerCustomTooltipEventArgs e
);

Parameters

Name Type Description
source Object

The event source.

e FileManagerCustomTooltipEventArgs

A FileManagerCustomTooltipEventArgs object that contains event data.

See Also