Spread Silverlight Documentation
OnPropertyChanged Method (ScaleRule)


GrapeCity.Windows.SpreadSheet.Data Namespace > ScaleRule Class : OnPropertyChanged Method
The property name.
Raises an event when the property changes.
Syntax
'Declaration
 
Protected Overrides Sub OnPropertyChanged( _
   ByVal prop As System.String _
) 
'Usage
 
Dim instance As ScaleRule
Dim prop As System.String
 
instance.OnPropertyChanged(prop)
protected override void OnPropertyChanged( 
   System.string prop
)

Parameters

prop
The property name.
See Also

Reference

ScaleRule Class
ScaleRule Members