EventProcPrefix Property
Applies To
ActiveX control, Bound Object Frame control, Chart control, Check Box control, Combo Box control, Command Button control, Form section, Image control, Label control, Line control, List Box control, Option Button control, Option Group control, Page, Page Break control, Rectangle control, Report section, Subform/Subreport control, Tab control, Text Box control, Toggle Button control, Unbound Object Frame control.
Description
You can use the EventProcPrefix property to get the prefix portion of an event procedure name. For example, if you have a command button with an event procedure named Details_Click, the EventProcPrefix property returns the string "Details".
Setting
The EventProcPrefix property setting is a string expression.
This property is available only by using a macro or Visual Basic and is read-only in all views.
Remarks
Microsoft Access adds the prefix portion of an event procedure name to the event name with an underscore character ( _ ).