Initializes a new instance of the PropertyChangeEventArgsBase class with the specified routed event and DependencyProperty.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public PropertyChangeEventArgsBase(
	RoutedEvent routedEvent,
	DependencyProperty property
)
Visual Basic (Declaration)
Public Sub New ( _
	routedEvent As RoutedEvent, _
	property As DependencyProperty _
)

See Also