ImageGear .NET - Updated
OnPropertyChanged Method (ImGearPageDisplay)




ImageGear24.Core Assembly > ImageGear.Display Namespace > ImGearPageDisplay 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 ImGearPageDisplay
Dim name As String
 
instance.OnPropertyChanged(name)
protected void OnPropertyChanged( 
   string name
)
protected: void OnPropertyChanged( 
   string* name
) 
protected:
void OnPropertyChanged( 
   String^ name
) 

Parameters

name
The name of the property that changed.
See Also

Reference

ImGearPageDisplay Class
ImGearPageDisplay Members