Expand Minimize
This topic has not yet been rated - Rate this topic

ListBox.EventProcPrefix Property (Access)

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

expression .EventProcPrefix

expression A variable that represents a ListBox object.

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 (_).

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.