Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / C1Scheduler Class / StyleChanged Event

In This Topic
    StyleChanged Event
    In This Topic
    Occurs immediately after the control style has been changed.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("C1Scheduler.StyleChanged", "Fired after the control style has been changed.")>
    <C1CategoryAttribute("UI")>
    Public Event StyleChanged As EventHandler(Of RoutedEventArgs)
    [C1Description("C1Scheduler.StyleChanged", "Fired after the control style has been changed.")]
    [C1Category("UI")]
    public event EventHandler<RoutedEventArgs> StyleChanged
    Event Data

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

    PropertyDescription
    Gets a reference to the object that raised the event.  
    See Also