Version

ReInitialize Property

Indicates if the record is being re-initialized.
Syntax
'Declaration
 
Public ReadOnly Property ReInitialize As Boolean
public bool ReInitialize {get;}
Remarks

InitializeRecord is raised for a record when it's created. It's also raised whenever the value of one of its cells is changed. In the later case, the ReInitialize will be set to true to indicate that this record is being re-initialized.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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