Represents the method that handles the OnChange event.
[Visual Basic .NET] Public Delegate Sub OnChangeEventHandler ( _ ByVal rel As IRelationship _ )
[C#] public delegate void OnChangeEventHandler ( IRelationship rel );