_IOdaHostAppEvents_EventStep Event
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
event _IOdaHostAppEvents_StepEventHandler Step
Event Step As _IOdaHostAppEvents_StepEventHandler
event _IOdaHostAppEvents_StepEventHandler^ Step {
void add (_IOdaHostAppEvents_StepEventHandler^ value);
void remove (_IOdaHostAppEvents_StepEventHandler^ value);
}
abstract Step : IEvent<_IOdaHostAppEvents_StepEventHandler,
EventArgs>
Value
Type:
BricscadApp_IOdaHostAppEvents_StepEventHandler
See Also