Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 938 Bytes

Outlook.OlkCategory.Exit.md

File metadata and controls

39 lines (23 loc) · 938 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
OlkCategory.Exit event (Outlook)
vbaol11.chm1000455
vbaol11.chm1000455
Outlook.OlkCategory.Exit
bc1dac11-00f0-7fcb-9a8f-c8fde0d61e51
06/08/2017
medium

OlkCategory.Exit event (Outlook)

Occurs just after the focus passes from this control to another control on the same form.

Syntax

expression. Exit( _Cancel_ )

expression A variable that represents an OlkCategory object.

Parameters

Name Required/Optional Data type Description
Cancel Required Boolean False when the event occurs. If the event procedure sets this argument to True, the exit operation is not completed and the focus remains in this control.

See also

OlkCategory Object

[!includeSupport and feedback]