ConnectionEventArgs.Handled Property
Gets or sets a value indicating whether the present state of the event handling for the specific connection event as it travels the route.
Namespace:
Rfc1006LibNet.Advanced.EventArgs
Assembly:
Rfc1006LibNet.Advanced (in Rfc1006LibNet.Advanced.dll) Version: 1.0.2.0 (1.0.5.3)
Syntax
C#
public bool Handled { get; set; }
Property Value
Type: Boolean