Skip to content

Latest commit

 

History

History
49 lines (26 loc) · 1.01 KB

Outlook.OlkTextBox.AfterUpdate.md

File metadata and controls

49 lines (26 loc) · 1.01 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
OlkTextBox.AfterUpdate event (Outlook)
vbaol11.chm1000082
vbaol11.chm1000082
Outlook.OlkTextBox.AfterUpdate
f61b5a19-4f3d-9287-d681-d5ac7b8979a4
06/08/2017
medium

OlkTextBox.AfterUpdate event (Outlook)

Occurs after the data in the control has been changed through the user interface.

Syntax

expression.AfterUpdate

expression A variable that represents an OlkTextBox object.

Remarks

BeforeUpdate and AfterUpdate can occur any time the data in the control is being saved to the item. The typical sequence of events involving AfterUpdate for this control is as follows:

  1. User focuses on the control

  2. BeforeUpdate

  3. Control data is updated

  4. AfterUpdate

  5. Exit : User moves focus away from control

See also

OlkTextBox Object

[!includeSupport and feedback]