[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.
| C# | Visual Basic | Visual C++ |
public bool IsMessageHandled { get; set; }
Public Property IsMessageHandled As Boolean
public: property bool IsMessageHandled { bool get (); void set (bool value); }