DOFObjectProviderregisterComplete Method OpenDOF Object Access Library
Called when an event handler is unregistered.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
void registerComplete(
	DOFOperationProvide operation,
	DOFRequestRegister request,
	DOFInterfaceEvent event_Renamed
)

Parameters

operation
Type: org.opendof.core.oalDOFOperationProvide
Information about the corresponding provide operation. This will never be null.
request
Type: org.opendof.core.oalDOFRequestRegister
information about the register request. This will never be null.
event_Renamed
Type: org.opendof.core.oalDOFInterfaceEvent
The event associated with the handler which has been unregistered. This will never be null.
Remarks

Called when an event handler is unregistered. This is purely informational. No action is required by the provider.
See Also

Reference