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


The type of the property.
The property expression.
Notifies subscribers of the property change.
Syntax
'Declaration
 
Public Overloads Sub NotifyOfPropertyChange(Of TProperty)( _
   ByVal property As Expression(Of Func(Of TProperty)) _
) 
'Usage
 
Dim instance As DuctEndViewModel
Dim property As Expression(Of Func(Of TProperty))
 
instance.NotifyOfPropertyChange(Of TProperty)(property)
public void NotifyOfPropertyChange<TProperty>( 
   Expression<Func<TProperty>> property
)

Parameters

property
The property expression.

Type Parameters

TProperty
The type of the property.
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

DuctEndViewModel Class
DuctEndViewModel Members
Overload List

 

 


Send Comment