Represents the method that handles the OnProcessChanged event.
[Visual Basic .NET] Public Delegate Sub OnProcessChangedEventHandler ( _ ByVal Process As IMdProcess _ )
[C#] public delegate void OnProcessChangedEventHandler ( IMdProcess Process );