• Version 4.2.7
Show / Hide Table of Contents

Delegate WarningHandler

Encapsulates a method which is called when a warning event occurs.

Namespace: OnixS.CmeMdHandler
Assembly: OnixS.CmeMdHandler.dll
Syntax
public delegate void WarningHandler(Handler handler, string description, WarningReason reason)
Parameters
Type Name Description
Handler handler

Handler which caused event.

string description

Warning description.

WarningReason reason

Warning type.

In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX