FarPoint.Win.Spread
NotifyChangeValue Method
See Also 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType.BarCode Namespace > ValueBase Class : NotifyChangeValue Method


Notifies when the property changes value.

Syntax

Visual Basic (Declaration) 
Protected Sub NotifyChangeValue() 
Visual Basic (Usage)Copy Code
Dim instance As ValueBase
 
instance.NotifyChangeValue()
C# 
protected void NotifyChangeValue()

See Also