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

objItem
The dbiAppointmentItem the event is occuring against.
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
The dbiAppointmentItem the event is occuring against.

Requirements

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

See Also