Skip to main content
A newer version of this page is available. .
Tab

FileManagerAfterPerformCallbackEventArgs(String) Constructor

Initializes a new instance of the FileManagerAfterPerformCallbackEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public FileManagerAfterPerformCallbackEventArgs(
    string callbackName
)

Parameters

Name Type Description
callbackName String

A string value specifying the callback name.

See Also