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 ConditionalValueSupplier.PropertyChanged event.
Namespace: Microsoft.WindowsServerSolutions.Controls.WPF
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
protected void OnPropertyChanged(
string name
)
protected:
void OnPropertyChanged(
String^ name
)
Protected Sub OnPropertyChanged (
name As String
)
Parameters
name
Type: System.StringThe name of the property.
See Also
ConditionalValueSupplier.PropertyChanged
INotifyPropertyChanged.PropertyChanged
System.ComponentModel.PropertyChangedEventArgs
System.ComponentModel.PropertyChangedEventHandler
OnPropertyChanged Overload
ConditionalValueSupplier Class
Microsoft.WindowsServerSolutions.Controls.WPF Namespace
Return to top