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