Checks the region of event handlers for methods related only to handlers
#Region EventHandlers
Procedure Test()
//TODO: Insert the handler content
EndProcedure
#EndRegion
#Region EventHandlers
Procedure FormGetProcessing(FormType, Parameters, SelectedForm, AdditionalInformation, StandardProcessing)
//TODO: Insert the handler content
EndProcedure
#EndRegion