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.WebServerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool Handled { get; set; }
Public Property Handled As Boolean
Get
Set
public:
property bool Handled {
bool get ();
void set (bool value);
}
member Handled : bool with get, set
Property Value
Type:
BooleanSee Also