dbicCalendar Send comments on this topic.
ArrowIndicatorClickEventArgs Constructor
See Also 
dbicCalendar Assembly > Dbi.WinControl.Calendar Namespace > ArrowIndicatorClickEventArgs Class : ArrowIndicatorClickEventArgs Constructor

dtDate
The date.
strContactID
The EntryID for the contact.
strLocationID
The EntryID for the location.
strTaskID
The EntryID for the task.
Initializes a new instance of the ArrowIndicatorClickEvent class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal dtDate As Date, _
   ByVal strContactID As String, _
   ByVal strLocationID As String, _
   ByVal strTaskID As String _
)
C# 
public ArrowIndicatorClickEventArgs( 
   DateTime dtDate,
   string strContactID,
   string strLocationID,
   string strTaskID
)

Parameters

dtDate
The date.
strContactID
The EntryID for the contact.
strLocationID
The EntryID for the location.
strTaskID
The EntryID for the task.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also