Skip to content

KVSMTCInputDialog#

Events#

OnUserInputValidate(Text, Dictionary) :#

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