Layout event handler parameters
- Last UpdatedJul 16, 2024
- 1 minute read
Apps based on Windows Presentation Foundation (WPF) or .NET Controls may not provide the related event parameters in autocomplete as you are entering an event handler script in the Layout Script Editor. Typically, this occurs for events, such as mouseover, doubleclick, etc., and other events related to WPF types.
To enable autocomplete for event parameters within your event handler script, import the corresponding DLL where the event parameter type is defined. Use the System Platform IDE import function to import the DLL as a script library.