Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class ConditionalEventArgs

Represents the event argument for code condition.

Inheritance
System.Object
ConditionalEventArgs
Namespace: Mediachase.Commerce.WorkflowCompatibility
Assembly: Mediachase.Commerce.dll
Version: 14.26.0
Syntax
public class ConditionalEventArgs : Object

Constructors

ConditionalEventArgs()

Declaration
public ConditionalEventArgs()

Properties

Result

Gets or sets the result of a evaluation.

Declaration
public bool Result { get; set; }
Property Value
Type Description
System.Boolean