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