Visual Basic | |
---|---|
Public Delegate Sub _ILispFunctionEvents_ExecuteFunctionNotifyEventHandler() |
C# | |
---|---|
public delegate void _ILispFunctionEvents_ExecuteFunctionNotifyEventHandler() |
JavaScript | |
---|---|
Event Not Supported |
COM native C++ | |
---|---|
ExecuteFunctionNotify(); |
C++ | |
---|---|
ExecuteFunctionNotify(); |
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.