AFCaseEventArgs Class
- Last UpdatedNov 18, 2025
- 3 minute read
- PI System
- AF SDK 2024 R2
- Developer
Provides data for the after AFCase action events.
Inheritance Hierarchy
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public sealed class AFCaseEventArgs : AFEventArgs, IEquatable<AFCaseEventArgs>
Public NotInheritable Class AFCaseEventArgs Inherits AFEventArgs Implements IEquatable(Of AFCaseEventArgs) Dim instance As AFCaseEventArgs
public ref class AFCaseEventArgs sealed : public AFEventArgs, IEquatable<AFCaseEventArgs^>
[<SealedAttribute>] type AFCaseEventArgs = class inherit AFEventArgs interface IEquatable<AFCaseEventArgs> end
The AFCaseEventArgs type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| AFCaseEventArgs |
Initializes a new instance of the AFCaseEventArgs class for
an AFCase action.
|
Properties
| Name | Description | |
|---|---|---|
| Action |
Gets an action that specifies what caused the event to be raised.
| |
| ID |
The unique identifier associated with the EventArgs.
(Overrides AFEventArgsID.) |
Methods
| Name | Description | |
|---|---|---|
| Equals(Object) |
Determines whether the specified Object is equal to the current object.
(Overrides ObjectEquals(Object).) | |
| Equals(AFCaseEventArgs) |
Indicates whether the current object is equal to another object of the same type.
| |
| GetHashCode |
Gets the hash code for this instance of the object which is suitable for use in hashing
algorithms and data structures like a hash table.
(Overrides ObjectGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString |
Returns a String that represents the current object.
(Overrides ObjectToString.) |
Operators
| Name | Description | |
|---|---|---|
| Equality |
The equality operator (==) compares its operands to determine if they are equal.
| |
| Inequality |
The inequality operator (!=) compares its operands to determine if they are not equal.
|
Remarks
These arguments are used when generating a after AFCase events that
can not be canceled.