Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / PropertyChangeEventArgsBase Class / PropertyChangeEventArgsBase Constructor
The System.Windows.RoutedEvent.
The System.Windows.DependencyProperty.

In This Topic
    PropertyChangeEventArgsBase Constructor
    In This Topic
    Initializes a new instance of the PropertyChangeEventArgsBase class with the specified routed event and DependencyProperty.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal routedEvent As RoutedEvent, _
       ByVal property As DependencyProperty _
    )
    public PropertyChangeEventArgsBase( 
       RoutedEvent routedEvent,
       DependencyProperty property
    )

    Parameters

    routedEvent
    The System.Windows.RoutedEvent.
    property
    The System.Windows.DependencyProperty.
    See Also