Skip to content

MessageEventArgs en

Leksiqq edited this page Apr 6, 2024 · 2 revisions

Attention! This article, as well as this announcement, are automatically translated from Russian.

Class MessageEventArgs

Event handler argument MessageEventHandler - the beginning or end of the message.

Properties

  • public EventKind EventKind { get; } - an indication of the beginning or end of a message (see EventKind).
  • public MessageHeader? Header { get; } - title of the current message. In the case of a batch session, it is of type BatchMessageHeader, in the case of an interactive session, it is InteractiveMessageHeader.

Review

Clone this wiki locally