This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class ViperEventArgs
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class ViperEventArgs

The type exposes the following members.

Public Constructors

  Name Description
Public method ViperEventArgs Overloaded.

Public Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Protected Methods

  Name Description
Protected method Finalize (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)

Public Properties

  Name Description
Public property Flags
Gets or sets custom flags.
Public property IsDeterministic
Deterministic implies that the result only depends on the input parameters.
Public property LastError
Returns the last error.
Public property Method
Public property MethodName
"Object.Name" Returns "Name" "Name" returns "Name"
Public property Name
Public property ObjectName
"Object.Name" Returns "Object" "Name" returns null
Public property PassUnresolvedParameters
Pass the expression itself, not the expression result, in the vipermethod parameters.
Public property State

See Also

Advanced