Atspi.DeviceEventController.NotifyListenersAsync C# (CSharp) Method

NotifyListenersAsync() public method

public NotifyListenersAsync ( DeviceEvent ev ) : void
ev DeviceEvent
return void
        public void NotifyListenersAsync(DeviceEvent ev)
        {
            proxy.NotifyListenersAsync (ev);
        }