AtspiUiaSource.PropertyChangedEventHandlerData.PropertyChangedEventHandlerData C# (CSharp) Method

PropertyChangedEventHandlerData() private method

private PropertyChangedEventHandlerData ( IElement element, TreeScope scope, AutomationPropertyChangedEventHandler eventHandler, AutomationProperty properties ) : System
element IElement
scope TreeScope
eventHandler AutomationPropertyChangedEventHandler
properties System.Windows.Automation.AutomationProperty
return System
		internal PropertyChangedEventHandlerData (IElement element,
			TreeScope scope,
			AutomationPropertyChangedEventHandler eventHandler,
			AutomationProperty [] properties)
		{
			this.Element = element;
			this.Scope = scope;
			this.EventHandler = eventHandler;
			this.Properties = properties;
		}
	}
PropertyChangedEventHandlerData