Xamarin.iOS Documentation | ComponentOne
C1.iOS.Calendar Assembly / C1.iOS.Calendar Namespace / C1Calendar Class / DisplayDateChanged Event


In This Topic
    DisplayDateChanged Event
    In This Topic
    Occurs when the DisplayMonth property has changed.
    Syntax
    'Declaration
     
    
    Public Event DisplayDateChanged As EventHandler
    'Usage
     
    
    Dim instance As C1Calendar
    Dim handler As EventHandler
     
    AddHandler instance.DisplayDateChanged, handler
    public event EventHandler DisplayDateChanged
    See Also