Spread Silverlight Documentation
OnPropertyChanged Method (FormattingRuleBase)


GrapeCity.Windows.SpreadSheet.Data Namespace > FormattingRuleBase Class : OnPropertyChanged Method
The name of the property.
Raises the event when the property is changed.
Syntax
'Declaration
 
Protected Overridable Sub OnPropertyChanged( _
   ByVal prop As System.String _
) 
'Usage
 
Dim instance As FormattingRuleBase
Dim prop As System.String
 
instance.OnPropertyChanged(prop)
protected virtual void OnPropertyChanged( 
   System.string prop
)

Parameters

prop
The name of the property.
See Also

Reference

FormattingRuleBase Class
FormattingRuleBase Members