_DAcadApplicationEvents_BeginOpenEventHandler Delegate
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
public delegate void _DAcadApplicationEvents_BeginOpenEventHandler(
out string FileName
)
Public Delegate Sub _DAcadApplicationEvents_BeginOpenEventHandler (
<OutAttribute> ByRef FileName As String
)
public delegate void _DAcadApplicationEvents_BeginOpenEventHandler(
[InAttribute] [OutAttribute] String^% FileName
)
type _DAcadApplicationEvents_BeginOpenEventHandler =
delegate of
FileName : string byref -> unit
Parameters
- FileName
- Type: SystemString
See Also