This document is archived and information here might be outdated. Recommended version.
[Visual Basic .NET] Public Delegate Sub StartEventHandler ( _ ByVal Step As Integer, _ ByVal Max As Integer _ )
[C#] public delegate void StartEventHandler ( int Step, int Max );