Skip to main content

constructor(item, name, fullName, isSelected) Constructor

Initializes a new instance of the ASPxClientFileManagerSelectionChangedEventArgs class.

Declaration

constructor(
    item: ASPxClientFileManagerItem,
    name: string,
    fullName: string,
    isSelected: boolean
)

Parameters

Name Type Description
item ASPxClientFileManagerItem

A ASPxClientFileManagerItem object that is an item, manipulations on which forced the event to be raised.

name string

A string value that specifies the file’s name.

fullName string

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

isSelected boolean

true if the file has been selected; otherwise, false.

See Also