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

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

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

Requirements

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

See Also