| 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.1 (3.2.0.1)
Syntax public bool Handled { get; set; }
Property Value
Type:
Boolean[Missing <value> documentation for "P:Cauldron.Net.WebAuthenticationBrokerCallbackEventArgs.Handled"]
See Also