| WebAuthenticationBrokerCallbackEventArgsHandled Property |
Gets or sets a value that marks the event as handled. A true value for Handled prevents most handlers along the event route from handling the same event again.
Namespace:
Cauldron.Net
Assembly:
Cauldron (in Cauldron.dll) Version: 3.2.0.2
Syntax public bool Handled { get; set; }
Public Property Handled As Boolean
Get
Set
public:
property bool Handled {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean[Missing <value> documentation for "P:Cauldron.Net.WebAuthenticationBrokerCallbackEventArgs.Handled"]
See Also