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

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

Syntax

Visual Basic (Declaration) 
Public Delegate Sub DateChangeEventHandler( _
   ByVal sender As Object, _
   ByVal e As DateEventArgs _
) 
C# 
public delegate void DateChangeEventHandler( 
   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