 | WindowShowEventHandler Delegate |
Represents the method that will handle the OnShow event raised when the main window has been shown.
Namespace:
EMInvent.InventSim.COMServer
Assembly:
InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntaxpublic delegate void WindowShowEventHandler()
Public Delegate Sub WindowShowEventHandler
Dim instance As New WindowShowEventHandler(AddressOf HandlerMethod)
See Also