Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / C1Scheduler Class / EndChanged Event

In This Topic
    EndChanged Event (C1Scheduler)
    In This Topic
    Occurs when the C1Scheduler.End property value has been changed.
    Syntax
    Event Data

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

    PropertyDescription
    (Inherited from System.Windows.RoutedEventArgs)
    Gets a new property value.  
    Gets an old property value.  
    (Inherited from System.Windows.RoutedEventArgs)
    Gets a System.Windows.DependencyProperty object. (Inherited from C1.WPF.Schedule.PropertyChangeEventArgsBase)
    (Inherited from System.Windows.RoutedEventArgs)
    (Inherited from System.Windows.RoutedEventArgs)
    See Also