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

sender
the object that raised the event
e
the arguments related to the event.
Represents the method that will handle the DateChange Event.

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 object that raised the event
e
the arguments related to the event.

Requirements

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

See Also