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

AF SDK Reference

AFCase.After Event

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFCase.After Event
Occurs after an AFCase method specified in the AFCaseAction enumeration has been called.

Namespace:  OSIsoft.AF.Analysis
Assembly:  OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182

Syntax

public event EventHandler<AFCaseEventArgs> After
Public Event After As EventHandler(Of AFCaseEventArgs)

Dim instance As AFCase
Dim handler As EventHandler(Of AFCaseEventArgs)

AddHandler instance.After, handler
public:
 event EventHandler<AFCaseEventArgs^>^ After {
	void add (EventHandler<AFCaseEventArgs^>^ value);
	void remove (EventHandler<AFCaseEventArgs^>^ value);
}
member After : IEvent<EventHandler<AFCaseEventArgs>,
    AFCaseEventArgs>

Value

Type: SystemEventHandlerAFCaseEventArgs

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