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 |
---|---|---|
date |
Date | A Date |
resource | string | A Resource associated with the time cell where the “More” button is located. |
See Also