Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / PropertyChangeEventArgsBase Class / PropertyChangeEventArgsBase Constructor
The Windows.UI.Xaml.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 Windows.UI.Xaml.DependencyProperty.
    See Also