CloseView
The CloseView event notifies the client when a view is closed.
EventNames:
CloseView_Pre
Examples:
CloseView_Pre:
Register-InventorEvent -EventName CloseView_Pre -Action 'PreCloseView'
function PreCloseView() {
#Write event code here
}
The CloseView event notifies the client when a view is closed.
EventNames:
CloseView_Pre
Examples:
CloseView_Pre:
Register-InventorEvent -EventName CloseView_Pre -Action 'PreCloseView'
function PreCloseView() {
#Write event code here
}