Show / Hide Table of Contents

Property Handled

| Edit this page View Source

Handled

Indicates whether this message was handled and the Result value should be returned.

Declaration
public bool Handled { get; set; }
Property Value
Type Description
bool
Remarks

True is the message was handled and the Result should be returned, otherwise false and continue processing this message by other subsclasses.

See Also
Result
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX