[Visual Basic .NET] Public Delegate Sub OnChangeEventHandler ( _ ByVal obj As IObject _ )
[C#] public delegate void OnChangeEventHandler ( IObject obj );