Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 890 Bytes

Access.CheckBox.EventProcPrefix.md

File metadata and controls

35 lines (20 loc) · 890 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
CheckBox.EventProcPrefix property (Access)
vbaac10.chm10692
vbaac10.chm10692
Access.CheckBox.EventProcPrefix
9ab63762-34fb-06f4-3b79-97471152c939
02/21/2019
medium

CheckBox.EventProcPrefix property (Access)

Gets or sets the prefix portion of an event procedure name. Read/write String.

Syntax

expression.EventProcPrefix

expression A variable that represents a CheckBox object.

Remarks

For example, if you have a command button with an event procedure named Details_Click, the EventProcPrefix property returns the string Details.

Microsoft Access adds the prefix portion of an event procedure name to the event name with an underscore character ( _ ).

[!includeSupport and feedback]