バージョン

SavePropertyPersistenceEventArgs コンストラクタ

SavePropertyPersistenceEventArgs オブジェクトの新しいインスタンスを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal rootOwner As DependencyObject, _
   ByVal pi As PropertyInfo, _
   ByVal propertyPath As String, _
   ByVal value As Object _
)
public SavePropertyPersistenceEventArgs( 
   DependencyObject rootOwner,
   PropertyInfo pi,
   string propertyPath,
   object value
)

パラメータ

rootOwner
pi
propertyPath
value
参照