FilterSelectorPanel OnErrorEncountered Method A Sandcastle Documented Class Library
Sends a message back to the owner. Doesn't necessarily have to be an error.

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

protected void OnErrorEncountered(
	string msg,
	EventArgs e
)

Parameters

msg
Type: System String
e
Type: System EventArgs
See Also