MonoTests.Mono.UIAutomation.Winforms.MockBridge.RaiseAutomationEvent C# (CSharp) Method

RaiseAutomationEvent() public method

public RaiseAutomationEvent ( AutomationEvent eventId, object provider, AutomationEventArgs e ) : void
eventId System.Windows.Automation.AutomationEvent
provider object
e System.Windows.Automation.AutomationEventArgs
return void
		public void RaiseAutomationEvent (AutomationEvent eventId, object provider, AutomationEventArgs e)
		{			
			AutomationEvents.Add (new AutomationEventTuple {
				eventId = eventId, provider = provider, e = e});
		}