Skip to main content

constructor(dateTime, resource) Constructor

In This Article

Initializes a new instance of MoreButtonClickedEventArgs class with the specified parameters.

#Declaration

TypeScript
constructor(
    dateTime: Date,
    resource: string
)

#Parameters

Name Type Description
dateTime Date

A DateTime value which corresponds to the top visible time of the target view.

resource string

A Resource associated with the time cell where the “More” button is located.

See Also