ComponentOne Scheduler for WPF and Silverlight
PropertyChangeEventArgsBase Constructor

C1.WPF.Schedule Namespace > PropertyChangeEventArgsBase Class : PropertyChangeEventArgsBase Constructor
The System.Windows.RoutedEvent.
The System.Windows.DependencyProperty.
Initializes a new instance of the PropertyChangeEventArgsBase class with the specified routed event and DependencyProperty.
Syntax
'Declaration
 
Public Function New( _
   ByVal routedEvent As System.Windows.RoutedEvent, _
   ByVal property As System.Windows.DependencyProperty _
)
public PropertyChangeEventArgsBase( 
   System.Windows.RoutedEvent routedEvent,
   System.Windows.DependencyProperty property
)

Parameters

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

Reference

PropertyChangeEventArgsBase Class
PropertyChangeEventArgsBase Members