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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly