C1.Android.Calendar Assembly / C1.Android.Calendar Namespace / C1Calendar Class / DisplayDateChanging Event


In This Topic
DisplayDateChanging Event
In This Topic
Occurs before the DisplayMonth property changes.
Syntax
'Declaration
 
Public Event DisplayDateChanging As EventHandler
 
'Usage
 
Dim instance As C1Calendar
Dim handler As EventHandler
 
AddHandler instance.DisplayDateChanging, handler
See Also