Property Handled
| Edit this page View SourceHandled
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.