FileManagerCustomTooltipEventHandler Delegate
A method that will handle the ASPxFileManager.CustomTooltip event.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.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