←Select platform

RaisePropertyChanged Method

Summary

Raises the PropertyChanged event.

Syntax

C#
VB
C++
protected virtual void RaisePropertyChanged( 
   string propertyName 
) 
  
Protected Sub RaisePropertyChanged( _ 
   ByVal propertyName As String _ 
)  
protected: 
void RaisePropertyChanged(  
   String^ propertyName 
)  

Parameters

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

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Web Assembly