Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom.Web assembly)

Show in webframe

RaisePropertyChanged Method (Series)






The name of the property which has the changed value.
Raises the PropertyChanged event.
Syntax
protected void RaisePropertyChanged( 
   string propertyName
)
'Declaration
 
Protected Sub RaisePropertyChanged( _
   ByVal propertyName As String _
) 
'Usage
 
Dim instance As Series
Dim propertyName As String
 
instance.RaisePropertyChanged(propertyName)

            

            
protected:
void RaisePropertyChanged( 
   String^ propertyName
) 

Parameters

propertyName
The name of the property which has the changed value.
Requirements

Target Platforms

See Also

Reference

Series Class
Series Members

Error processing SSI file