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