Error processing SSI file
Leadtools.Dicom.Common

Show in webframe

SetValue<T> Method (NotifyPropertyChanged)






The output variable to be updated with the new value.
The value of the property.
The name of the property.
Sets the property values and fires a notify property change event if required.
Syntax
protected void SetValue<T>( 
   ref T destination,
   T value,
   string name
)
'Declaration
 
Protected Sub SetValue(Of T)( _
   ByRef destination As T, _
   ByVal value As T, _
   ByVal name As String _
) 
'Usage
 
Dim instance As NotifyPropertyChanged
Dim destination As T
Dim value As T
Dim name As String
 
instance.SetValue(Of T)(destination, value, name)
protected:
void SetValuegeneric<typename T>
( 
   T^% destination,
   T^ value,
   String^ name
) 

Parameters

destination
The output variable to be updated with the new value.
value
The value of the property.
name
The name of the property.

Type Parameters

T
Requirements

Target Platforms

See Also

Reference

NotifyPropertyChanged Class
NotifyPropertyChanged Members

Error processing SSI file
   Leadtools.Dicom.Common requires a Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features