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