• Version 4.2.7
Show / Hide Table of Contents

Delegate StateChangedHandler

Encapsulates a method which is called when a handler state was changed.

Namespace: OnixS.CmeMdHandler
Assembly: OnixS.CmeMdHandler.dll
Syntax
public delegate void StateChangedHandler(Handler handler, HandlerState newState, HandlerState oldState)
Parameters
Type Name Description
Handler handler

Handler which caused event.

HandlerState newState

Handler new state.

HandlerState oldState

Handler old state.

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