Click or drag to resize
RequestReceivedEventArgsHandled Property
Gets or sets a value indicating that an event handler somewhere has dealt with the request and produced an appropriate response.

Namespace: VirtualRadar.Interface.WebServer
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool Handled { get; set; }

Property Value

Type: Boolean
See Also