Skip to main content
A newer version of this page is available. .

SchedulerHitInfo Constructors

Contains information about a specific point within a scheduler.
Name Parameters Description
SchedulerHitInfo(SelectableIntervalViewInfo, SchedulerHitTest, SchedulerHitInfo, Point) viewInfo, hitTest, nextHitInfo, hitPoint Initializes a new instance of the SchedulerHitInfo class with specified settings.
SchedulerHitInfo(SelectableIntervalViewInfo, SchedulerHitTest, SchedulerHitInfo) viewInfo, hitTest, nextHitInfo Initializes a new instance of the SchedulerHitInfo class with the specified view and hit testing information, and in addition, hit information about the next scheduler element under the test point.
SchedulerHitInfo(SelectableIntervalViewInfo, SchedulerHitTest) viewInfo, hitTest Initializes a new instance of the SchedulerHitInfo class with the specified view and hit testing information.
See Also