Click or drag to resize

ProtocolIRegistryMissingProtocol Event

Occurs when a protocol or service is requested that cannot be found.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
event Action<ProtocolIRegistry, string, IEnumerable<Type>, string> MissingProtocol

Value

Type: SystemActionProtocolIRegistry, String, IEnumerableType, String
See Also