dbicMonth Send comments on this topic.
AppointmentItemEventArgs Constructor
See Also 
dbicMonth Assembly > Dbi.WinControl.Month Namespace > AppointmentItemEventArgs Class : AppointmentItemEventArgs Constructor

objItem
dbiAppointmentItem
Initializes a new instance of the AppointmentItemEventArgs class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal objItem As dbiAppointmentItem _
)
C# 
public AppointmentItemEventArgs( 
   dbiAppointmentItem objItem
)

Parameters

objItem
dbiAppointmentItem

Requirements

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

See Also