dbicDate Send comments on this topic.
PageChangeEventHandler Delegate
See Also 
dbicDate Assembly > Dbi.WinControl.Date Namespace : PageChangeEventHandler Delegate

sender
The source of the event.
e
PageChangeEventArgs Class
Represents the method that will handle the PageChange event in the control.

Syntax

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

Parameters

sender
The source of the event.
e
PageChangeEventArgs Class

Requirements

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

See Also