Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / CalendarInfo Class / PropertyChanged Event

In This Topic
    PropertyChanged Event (CalendarInfo)
    In This Topic
    Occurs when the property of CalendarInfo object was changed.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("CalendarInfo.PropertyChanged", "Fired when the property of CalendarInfo object was changed.")>
    Public Event PropertyChanged As PropertyChangedEventHandler
    [C1Description("CalendarInfo.PropertyChanged", "Fired when the property of CalendarInfo object was changed.")]
    public event PropertyChangedEventHandler PropertyChanged
    Event Data

    The event handler receives an argument of type PropertyChangedEventArgs containing data related to this event. The following PropertyChangedEventArgs properties provide information specific to this event.

    PropertyDescription
     
    See Also