| 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.