'宣言 Public Function New( _ ByVal rootOwner As DependencyObject, _ ByVal pi As PropertyInfo, _ ByVal propertyPath As String, _ ByVal savedValue As String, _ ByVal id As String, _ ByVal owner As Object, _ ByVal value As Object _ )
public LoadPropertyPersistenceEventArgs( DependencyObject rootOwner, PropertyInfo pi, string propertyPath, string savedValue, string id, object owner, object value )