LastBranchRecordEventCallback Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Processes a last branch record event.
public delegate void LastBranchRecordEventCallback(LastBranchRecordEventContext eventContext);
type LastBranchRecordEventCallback = delegate of LastBranchRecordEventContext -> unit
Public Delegate Sub LastBranchRecordEventCallback(eventContext As LastBranchRecordEventContext)
Parameters
- eventContext
- LastBranchRecordEventContext
The last branch record event to process.