Skip to main content

constructor(fullName, name, isFolder) Constructor

Initializes a new instance of the ASPxClientFileManagerItemDeletedEventArgs object with the specified parameters.

Declaration

constructor(
    fullName: string,
    name: string,
    isFolder: boolean
)

Parameters

Name Type Description
fullName string

A string value that is the item’s full name.

name string

A string value that specifies the item’s name.

isFolder boolean

true if the processed item is a folder; false if the processed item is a file.

See Also