This documentation is archived and is not being maintained.
ConditionalEventArgs Class
Visual Studio 2008
Returns result information for the CodeCondition class. This class cannot be inherited.
Assembly: System.Workflow.Activities (in System.Workflow.Activities.dll)
The CodeCondition class exposes an event of type EventHandler<ConditionalEventArgs>. The purpose of the event is to provide information about the result of the condition evaluation (true or false) through the Result property of the event args.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: