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