AtspiUiaSource.AutomationEventHandlerData.AutomationEventHandlerData C# (CSharp) Method

AutomationEventHandlerData() private method

private AutomationEventHandlerData ( AutomationEvent eventId, IElement element, TreeScope scope, AutomationEventHandler eventHandler ) : System
eventId System.Windows.Automation.AutomationEvent
element IElement
scope TreeScope
eventHandler AutomationEventHandler
return System
		internal AutomationEventHandlerData (AutomationEvent eventId,
			IElement element,
			TreeScope scope,
			AutomationEventHandler eventHandler)
		{
			this.EventId = eventId;
			this.Element = element;
			this.Scope = scope;
			this.EventHandler = eventHandler;
		}
	}
AutomationEventHandlerData