OnPropertyChanged Method

Summary
Raises the PropertyChanged event.
Syntax
C#
VB
C++
protected virtual void OnPropertyChanged( 
   string propertyName 
) 
  
Protected Overridable Sub OnPropertyChanged( _ 
   ByVal propertyName As String _ 
)  
protected: 
virtual void OnPropertyChanged(  
   String^ propertyName 
)  

Parameters

propertyName
A System.String that represents the name of the property that has changed.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.