'Declaration
Public Sub InvalidateProperty( _ ByVal dp As System.Windows.DependencyProperty _ )
'Usage
Dim instance As SheetPresenter Dim dp As System.Windows.DependencyProperty instance.InvalidateProperty(dp)
public void InvalidateProperty( System.Windows.DependencyProperty dp )
public procedure InvalidateProperty( dp: System.Windows.DependencyProperty );
public function InvalidateProperty( dp : System.Windows.DependencyProperty );
public: void InvalidateProperty( System.Windows.DependencyProperty* dp )
public: void InvalidateProperty( System.Windows.DependencyProperty^ dp )
Parameters
- dp