| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal objItem As dbiAppointmentItem _ ) | |
| C# | |
|---|---|
public AppointmentItemEventArgs( dbiAppointmentItem objItem ) | |
Parameters
- objItem
- The dbiAppointmentItem the event is occuring against.
| dbicCalendar | Send comments on this topic. |
| AppointmentItemEventArgs Constructor | |
| See Also | |
|
| dbicCalendar Assembly > Dbi.WinControl.Calendar Namespace > AppointmentItemEventArgs Class : AppointmentItemEventArgs Constructor |
| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal objItem As dbiAppointmentItem _ ) | |
| C# | |
|---|---|
public AppointmentItemEventArgs( dbiAppointmentItem objItem ) | |