dbicCalendar Send comments on this topic.
AppointmentItemEventHandler Delegate
See Also 
dbicCalendar Assembly > Dbi.WinControl.Calendar Namespace : AppointmentItemEventHandler Delegate

sender
The source of the event
e
AppointmentItemEventArgs Class
Represents the method that will handle the AppointmentClick Event,  AppointmentDoubleClick Event and AppointmentOver Event in the control.

Syntax

Visual Basic (Declaration) 
Public Delegate Sub AppointmentItemEventHandler( _
   ByVal sender As Object, _
   ByVal e As AppointmentItemEventArgs _
) 
C# 
public delegate void AppointmentItemEventHandler( 
   object sender,
   AppointmentItemEventArgs e
)

Parameters

sender
The source of the event
e
AppointmentItemEventArgs Class

Requirements

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

See Also