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


In This Topic
ViewModeChanged Event
In This Topic
Occurs when the ViewMode has changed, such as when the user taps the month header.
Syntax
'Declaration
 
Public Event ViewModeChanged As EventHandler
 
'Usage
 
Dim instance As C1Calendar
Dim handler As EventHandler
 
AddHandler instance.ViewModeChanged, handler
See Also