Represents the method that handles the AfterFrame event.
[Visual Basic .NET] Public Delegate Sub AfterFrameEventHandler ( _ ByVal relativeTime As Double _ )
[C#] public delegate void AfterFrameEventHandler ( double relativeTime );