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

sender
The source of the event.
e
DateEventArgs Class
Represents the method that will handle the DateOver Event in the control.

Syntax

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

Parameters

sender
The source of the event.
e
DateEventArgs Class

Requirements

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

See Also