Skip to main content

constructor(item, name, fullName) Constructor

Initializes a new instance of the ASPxClientFileManagerFocusedItemChangedEventArgs class.

Declaration

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

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 item’s name.

fullName string

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

See Also