'Declaration Public Enum DataItemUpdateTrigger Inherits System.Enum
public enum DataItemUpdateTrigger : System.Enum
Member | Description |
---|---|
Default | Default is resolved to OnLeaveCell. |
OnCellValueChange | The data item's property for the associated Field is updated as soon as a cell’s value is changed. This will update the data item's property value as you type as long as the resulting value is valid, i.e passes all of the constraints enforced by the editor. |
OnLeaveCell | The data item's property for the associated Field is updated when you leave the cell, i.e. exit edit mode. |
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