LEADTOOLS Medical (Leadtools.Medical.Workstation assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
OnPropertyChanged Method
See Also 
Leadtools.Medical.Workstation Namespace > WindowLevelInformation Class : OnPropertyChanged Method




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

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub OnPropertyChanged( _
   ByVal propertyName As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As WindowLevelInformation
Dim propertyName As String
 
instance.OnPropertyChanged(propertyName)
C# 
protected virtual void OnPropertyChanged( 
   string propertyName
)
Managed Extensions for C++ 
protected: virtual void OnPropertyChanged( 
   string* propertyName
) 
C++/CLI 
protected:
virtual void OnPropertyChanged( 
   String^ propertyName
) 

Parameters

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also