_ILispFunctionEvents ExecuteFunctionNotify Event Send Feedback
See Also 
Notifies an application when a LISP function is executed.

Syntax

Visual Basic 
Public Delegate Sub _ILispFunctionEvents_ExecuteFunctionNotifyEventHandler() 
C# 
public delegate void _ILispFunctionEvents_ExecuteFunctionNotifyEventHandler()
JavaScript 
Event Not Supported
COM native C++ 
ExecuteFunctionNotify();
C++ 
ExecuteFunctionNotify();

Remarks

If developing a C++ application, use dsLispFunction_ExecuteFunctionNotify_id to register for this notification. You must add one event handler for each ILispFunction to distinguish LISP functions.

See Also