AFCase.Executing Event
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Occurs during the execution of an AFCase method specified in the
AFCaseAction enumeration.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public event EventHandler<AFCaseCancelEventArgs> Executing
Public Event Executing As EventHandler(Of AFCaseCancelEventArgs) Dim instance As AFCase Dim handler As EventHandler(Of AFCaseCancelEventArgs) AddHandler instance.Executing, handler
public: event EventHandler<AFCaseCancelEventArgs^>^ Executing { void add (EventHandler<AFCaseCancelEventArgs^>^ value); void remove (EventHandler<AFCaseCancelEventArgs^>^ value); }
member Executing : IEvent<EventHandler<AFCaseCancelEventArgs>, AFCaseCancelEventArgs>
Value
Type: SystemEventHandlerAFCaseCancelEventArgs
Examples
For an example of how to handle events, see
Event Example..