Skip to content

KVSMEDInputDialog#

Events#

OnUserInputValidate(Text, Dictionary) :#

[IntegrationEvent(true, false)]
local procedure OnUserInputValidate(var UserInput: Text; var COntextInfo: Dictionary): 
[EventSubscriber(ObjectType::Page, Page::"KVSMEDInputDialog", 'OnUserInputValidate', '', false, false)]
local procedure DoSomethingOnUserInputValidate(var UserInput: Text; var COntextInfo: Dictionary)
begin
end;