Spread Silverlight Documentation
OnPropertyChanged Method (FormattingRuleBase)


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.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

FormattingRuleBase Class
FormattingRuleBase Members

 

 


Copyright © GrapeCity, inc. All rights reserved.