ReplayEventHandler 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.
Represents the ReplayEventHandler event handler.
public delegate void ReplayEventHandler(System::Object ^ sender, ReplayEventArgs ^ args);
public delegate void ReplayEventHandler(object sender, ReplayEventArgs args);
type ReplayEventHandler = delegate of obj * ReplayEventArgs -> unit
Public Delegate Sub ReplayEventHandler(sender As Object, args As ReplayEventArgs)
Parameters
- args
- ReplayEventArgs
A ReplayEventArgs object that contains the event data.