AFCaseCancelEventArgs Constructor
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Initializes a new instance of the AFCaseCancelEventArgs class for
an AFCase action.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFCaseCancelEventArgs( AFCaseAction action )
Public Sub New ( action As AFCaseAction ) Dim action As AFCaseAction Dim instance As New AFCaseCancelEventArgs(action)
public: AFCaseCancelEventArgs( AFCaseAction action )
new : action : AFCaseAction -> AFCaseCancelEventArgs
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.