_DAcadApplicationEvents_ARXUnloadedEventHandler Delegate
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
public delegate void _DAcadApplicationEvents_ARXUnloadedEventHandler(
string AppName
)
Public Delegate Sub _DAcadApplicationEvents_ARXUnloadedEventHandler (
AppName As String
)
public delegate void _DAcadApplicationEvents_ARXUnloadedEventHandler(
[InAttribute] String^ AppName
)
type _DAcadApplicationEvents_ARXUnloadedEventHandler =
delegate of
AppName : string -> unit
Parameters
- AppName
- Type: SystemString
See Also