Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / CalendarHelper Class / PropertyChanged Event

In This Topic
    PropertyChanged Event (CalendarHelper)
    In This Topic
    Occurs when the property of CalendarHelper object is changed.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("CalendarHelper.PropertyChanged", "Fired when the property of CalendarHelper object was changed.")>
    Public Event PropertyChanged As PropertyChangedEventHandler
    [C1Description("CalendarHelper.PropertyChanged", "Fired when the property of CalendarHelper 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