ArcFM Solution Developer Guide
NotifyOfPropertyChange<TProperty>(Expression<Func<TProperty>>) Method


Syntax
'Declaration
 
Public Overloads Sub NotifyOfPropertyChange(Of TProperty)( _
   ByVal property As System.Linq.Expressions.Expression(Of Func(Of TProperty)) _
) 
'Usage
 
Dim instance As CreateDuctBankViewModel
Dim property As System.Linq.Expressions.Expression(Of Func(Of TProperty))
 
instance.NotifyOfPropertyChange(Of TProperty)(property)
public void NotifyOfPropertyChange<TProperty>( 
   System.Linq.Expressions.Expression<Func<TProperty>> property
)

Parameters

property

Type Parameters

TProperty
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

CreateDuctBankViewModel Class
CreateDuctBankViewModel Members
Overload List

 

 


Send Comment