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

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

    Parameters

    property
    The System.Windows.DependencyProperty.
    See Also