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