FilterSelectorPanel ErrorEncountered EventA Sandcastle Documented Class Library
Event that fires when an error has occured. Designed to be used for logic and exception handling errors. Can pass them up to the owner.

Namespace: P4s3Web
Assembly: P4s3Web (in P4s3Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public event EventHandler ErrorEncountered
<asp:FilterSelectorPanel OnErrorEncountered="EventHandler" />

Value

Type: System EventHandler
See Also