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

In This Topic
    EndChanged Event (C1Scheduler)
    In This Topic
    Occurs when the 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
    Gets a new property value.  
    Gets an old property value.  
    (Inherited from System.Windows.RoutedEventArgs)
    Gets a System.Windows.DependencyProperty object. (Inherited from C1.Silverlight.Schedule.PropertyChangeEventArgsBase)
    See Also