constructor(dateTime, resource) Constructor
Initializes a new instance of MoreButtonClickedEventArgs class with the specified parameters.
Declaration
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