Xceed Workbooks for .NET v1.4 Documentation
OnPropertyChanged(String,Object,Object) Method


Xceed.Workbooks.NET Assembly > Xceed.Workbooks.NET Namespace > StyleBase<T> Class : OnPropertyChanged(String,Object,Object) Method
Syntax
'Declaration

 

Protected Sub OnPropertyChanged( _

   ByVal propertyName As String, _

   ByVal oldValue As Object, _

   ByVal newValue As Object _

) 
'Usage

 

Dim instance As StyleBase(Of T)

Dim propertyName As String

Dim oldValue As Object

Dim newValue As Object

 

instance.OnPropertyChanged(propertyName, oldValue, newValue)
protected void OnPropertyChanged( 

   string propertyName,

   object oldValue,

   object newValue

)

Parameters

propertyName
oldValue
newValue
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

StyleBase<T> Class
StyleBase<T> Members