Gets the WindowEvents object that provides events for windows in the development environment.
'Usage Dim instance As Events Dim WindowFilter As Window Dim value As WindowEvents value = instance.WindowEvents(WindowFilter) 'Declaration ReadOnly Property WindowEvents ( _ WindowFilter As Window _ ) As WindowEvents