OdaHostAppClassGetPassword Event
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
public virtual event _IOdaHostAppEvents_GetPasswordEventHandler GetPassword
Public Overridable Event GetPassword As _IOdaHostAppEvents_GetPasswordEventHandler
public:
virtual event _IOdaHostAppEvents_GetPasswordEventHandler^ GetPassword {
void add (_IOdaHostAppEvents_GetPasswordEventHandler^ value);
void remove (_IOdaHostAppEvents_GetPasswordEventHandler^ value);
}
abstract GetPassword : IEvent<_IOdaHostAppEvents_GetPasswordEventHandler,
EventArgs>
override GetPassword : IEvent<_IOdaHostAppEvents_GetPasswordEventHandler,
EventArgs>
Value
Type:
BricscadApp_IOdaHostAppEvents_GetPasswordEventHandler
Implements
_IOdaHostAppEvents_EventGetPassword
See Also