Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFCase.Executing Event

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFCase.Executing Event
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..

Version Information

AFSDK


See Also

In This Topic
Related Links
TitleResults for “How to create a CRG?”Also Available in