Represents the method that handles the OnSelectionChanged event.
[Visual Basic .NET] Public Delegate Sub OnSelectionChangedEventHandler ( _ ByVal Selection As IGxSelection, _ ByRef initiator As Object _ )
[C#] public delegate void OnSelectionChangedEventHandler ( IGxSelection Selection, ref object initiator );