IWebEventCustomEvaluator::CanFire Method (WebBaseEvent^, RuleFiringRecord^)
.NET Framework (current version)
Evaluates whether an event should be raised.
Assembly: System.Web (in System.Web.dll)
Parameters
- raisedEvent
-
Type:
System.Web.Management::WebBaseEvent^
The event to raise.
- record
-
Type:
System.Web.Management::RuleFiringRecord^
The RuleFiringRecord containing information about the event.
If the custom event evaluator returns true, the event is raised and then processed by the associated provider.
.NET Framework
Available since 2.0
Available since 2.0
Show: