ImageGear .NET - Updated December 24, 2018
OnPropertyChanged Method (ImGearDisplayChannel)




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearDisplayChannel Class : OnPropertyChanged Method
The name of the property that changed.
Occurs when a property value changes.
Syntax
'Declaration
 
Protected Sub OnPropertyChanged( _
   ByVal name As String _
) 
 
'Usage
 
Dim instance As ImGearDisplayChannel
Dim name As String
 
instance.OnPropertyChanged(name)

Parameters

name
The name of the property that changed.
See Also

Reference

ImGearDisplayChannel Class
ImGearDisplayChannel Members