DisposableBase.RaisePropertyChangedEvent Method

For internal use only.
Protected Overridable Sub RaisePropertyChangedEvent( _ 
ByVal source As Object, _ 
ByVal property As DependencyProperty
)
This language is not supported or no code example is available.
protected virtual void RaisePropertyChangedEvent( 
object source
DependencyProperty property 
)
This language is not supported or no code example is available.

Parameters

source
object

property
DependencyProperty

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition