Xceed Chart for WinForms v4.4 Documentation
RecordPropertyChange Method


Xceed.Chart.Utilities.v4.4 Assembly > Xceed.Chart.Utilities Namespace > History Class : RecordPropertyChange Method
Records a single property change of a history target
Syntax
'Declaration
 
Public Sub RecordPropertyChange( _

   ByVal target As IHistoryTarget, _

   ByVal fieldname As String, _

   ByVal fieldCategory As FieldCategory _

) 
'Usage
 
Dim instance As History

Dim target As IHistoryTarget

Dim fieldname As String

Dim fieldCategory As FieldCategory

 

instance.RecordPropertyChange(target, fieldname, fieldCategory)
public void RecordPropertyChange( 

   IHistoryTarget target,

   string fieldname,

   FieldCategory fieldCategory

)

Parameters

target
fieldname
fieldCategory
Remarks
When executing the target receives a OnFieldChange call
Requirements

Target Platforms: 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

History Class
History Members