Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Raises the PropertyChanged event.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Protected Overridable Sub OnPropertyChanged ( _
propertyName As String _
)
protected virtual void OnPropertyChanged(
string propertyName
)
protected:
virtual void OnPropertyChanged(
String^ propertyName
)
abstract OnPropertyChanged :
propertyName:string -> unit
override OnPropertyChanged :
propertyName:string -> unit
protected function OnPropertyChanged(
propertyName : String
)
Parameters
- propertyName
Type: System.String
The name of the property that changed.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | propertyName is nulla null reference (Nothing in Visual Basic). |
Remarks
This method is called by the MatchesFilter property.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.PropertyEditing Namespace