DVTk API
IsMessageHandled Property
DVTkDvtkHighLevelInterface.Dicom.ThreadsMessageIteratorIsMessageHandled
DVTk API

[This is preliminary documentation and is subject to change.]

Indicates if the last received message has already been handled by this object or by its attached MessageHandlers. If a descendant of this class overrides an AfterHandling... or BeforeHandling... method and handles the received Message, it should set this property to true.
Declaration Syntax
C#Visual BasicVisual C++
public bool IsMessageHandled { get; set; }
Public Property IsMessageHandled As Boolean
public:
property bool IsMessageHandled {
	bool get ();
	void set (bool value);
}

Assembly: DvtkHighLevelInterface (Module: DvtkHighLevelInterface) Version: 0.0.0.0