LEADTOOLS Medical (Leadtools.Dicom.Web assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
RaisePropertyChanged Method
See Also 
Leadtools.Dicom.Web Namespace > SOPInstancePreCompressedFormat Class : RaisePropertyChanged Method



propertyName
The name of the property which its value changed.
propertyName
The name of the property which its value changed.
Raises the Study.PropertyChanged event.

Syntax

Visual Basic (Declaration) 
Protected Sub RaisePropertyChanged( _
   ByVal propertyName As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As SOPInstancePreCompressedFormat
Dim propertyName As String
 
instance.RaisePropertyChanged(propertyName)
C# 
protected void RaisePropertyChanged( 
   string propertyName
)
C++/CLI 
protected:
void RaisePropertyChanged( 
   String^ propertyName
) 

Parameters

propertyName
The name of the property which its value changed.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also