AFCaseEventArgs Constructor
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Initializes a new instance of the AFCaseEventArgs class for
an AFCase action.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFCaseEventArgs( AFCaseAction action )
Public Sub New ( action As AFCaseAction ) Dim action As AFCaseAction Dim instance As New AFCaseEventArgs(action)
public: AFCaseEventArgs( AFCaseAction action )
new : action : AFCaseAction -> AFCaseEventArgs
Parameters
- action
- Type: OSIsoft.AF.AnalysisAFCaseAction
One of the AFCaseAction values to specify what action caused the event.
Remarks
This constructor is to be used for actions to the AFCase object.