ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearLUT Class / OnPropertyChanged Method
The name of the property that changed.




In This Topic
OnPropertyChanged Method (ImGearLUT)
In This Topic
Occurs when a property value changes.
Syntax
'Declaration
 
Protected Sub OnPropertyChanged( _
   ByVal name As String _
) 
 
'Usage
 
Dim instance As ImGearLUT
Dim name As String
 
instance.OnPropertyChanged(name)

Parameters

name
The name of the property that changed.
See Also