Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / UIAutomation / UIAutomationClient / MS / Internal / Automation / EventListener.cs / 1305600 / EventListener.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // // Description: // EventListener internal class holds the event data for both client and server sides // // History: // 06/17/2003 : BrendanM Ported to WCP // //--------------------------------------------------------------------------- using System; using System.Windows.Automation; namespace MS.Internal.Automation { // internal class holds the event data for both client and server sides internal class EventListener { //----------------------------------------------------- // // Constructors // //----------------------------------------------------- #region Constructors // full ctor internal EventListener( AutomationEvent eventId, TreeScope scope, AutomationProperty [] properties, UiaCoreApi.UiaCacheRequest cacheRequest ) { _eventId = eventId; _scope = scope; if (properties != null) _properties = (AutomationProperty[])properties.Clone(); else _properties = null; _cacheRequest = cacheRequest; } #endregion Constructors //------------------------------------------------------ // // Internal Properties // //----------------------------------------------------- #region Internal Properties // returns the id of the event this listener represents. internal AutomationEvent EventId { get { return _eventId; } } // returns the array of properties being listened to for property changed events. internal AutomationProperty [] Properties { get { return _properties; } } // return scopt of this event internal TreeScope TreeScope { get { return _scope; } } // returns the list of properties, patterns, etc that we need to prefetch internal UiaCoreApi.UiaCacheRequest CacheRequest { get { return _cacheRequest; } } #endregion Internal Properties //------------------------------------------------------ // // Private Fields // //------------------------------------------------------ #region Private Fields private AutomationEvent _eventId; // the event this listener represents private TreeScope _scope; // fire events based on this scope private AutomationProperty [] _properties; // for property change, indicates the properties we're listening for private UiaCoreApi.UiaCacheRequest _cacheRequest; // properties etc to prefetch #endregion Private Fields } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // // Description: // EventListener internal class holds the event data for both client and server sides // // History: // 06/17/2003 : BrendanM Ported to WCP // //--------------------------------------------------------------------------- using System; using System.Windows.Automation; namespace MS.Internal.Automation { // internal class holds the event data for both client and server sides internal class EventListener { //----------------------------------------------------- // // Constructors // //----------------------------------------------------- #region Constructors // full ctor internal EventListener( AutomationEvent eventId, TreeScope scope, AutomationProperty [] properties, UiaCoreApi.UiaCacheRequest cacheRequest ) { _eventId = eventId; _scope = scope; if (properties != null) _properties = (AutomationProperty[])properties.Clone(); else _properties = null; _cacheRequest = cacheRequest; } #endregion Constructors //------------------------------------------------------ // // Internal Properties // //----------------------------------------------------- #region Internal Properties // returns the id of the event this listener represents. internal AutomationEvent EventId { get { return _eventId; } } // returns the array of properties being listened to for property changed events. internal AutomationProperty [] Properties { get { return _properties; } } // return scopt of this event internal TreeScope TreeScope { get { return _scope; } } // returns the list of properties, patterns, etc that we need to prefetch internal UiaCoreApi.UiaCacheRequest CacheRequest { get { return _cacheRequest; } } #endregion Internal Properties //------------------------------------------------------ // // Private Fields // //------------------------------------------------------ #region Private Fields private AutomationEvent _eventId; // the event this listener represents private TreeScope _scope; // fire events based on this scope private AutomationProperty [] _properties; // for property change, indicates the properties we're listening for private UiaCoreApi.UiaCacheRequest _cacheRequest; // properties etc to prefetch #endregion Private Fields } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CharUnicodeInfo.cs
- dsa.cs
- CompilerErrorCollection.cs
- XmlReflectionMember.cs
- DataGridTableCollection.cs
- WorkflowInstanceProvider.cs
- OdbcConnectionFactory.cs
- PropertyManager.cs
- CapabilitiesSection.cs
- StylusPointPropertyId.cs
- TextEvent.cs
- TokenBasedSetEnumerator.cs
- ClientType.cs
- TextBoxBase.cs
- CellParagraph.cs
- XmlAttribute.cs
- Stylesheet.cs
- ToolStripContentPanel.cs
- LogRecordSequence.cs
- QilTypeChecker.cs
- DefaultTextStoreTextComposition.cs
- TextBoxBase.cs
- ColorComboBox.cs
- NoneExcludedImageIndexConverter.cs
- WebBrowserNavigatedEventHandler.cs
- jithelpers.cs
- InvokePatternIdentifiers.cs
- ToolStripMenuItem.cs
- DataGridViewCellToolTipTextNeededEventArgs.cs
- ContainerControl.cs
- dataprotectionpermission.cs
- Scene3D.cs
- JsonServiceDocumentSerializer.cs
- SelectedPathEditor.cs
- DataGridToolTip.cs
- Vector3D.cs
- JoinCqlBlock.cs
- ReflectionServiceProvider.cs
- FixedSOMTextRun.cs
- OrderedDictionary.cs
- ErrorFormatterPage.cs
- GenericPrincipal.cs
- DecryptRequest.cs
- UTF32Encoding.cs
- SubMenuStyle.cs
- FileDialogCustomPlacesCollection.cs
- LinkTarget.cs
- CoreSwitches.cs
- MeshGeometry3D.cs
- UrlMappingsSection.cs
- FormsAuthentication.cs
- WebPartCatalogAddVerb.cs
- Triplet.cs
- WebPartVerb.cs
- Debug.cs
- ScriptReferenceEventArgs.cs
- SoapIncludeAttribute.cs
- BuilderPropertyEntry.cs
- UriExt.cs
- RequestCachePolicyConverter.cs
- PartBasedPackageProperties.cs
- KeysConverter.cs
- validation.cs
- NetworkInformationException.cs
- ThreadExceptionEvent.cs
- TraceInternal.cs
- NonParentingControl.cs
- TreeViewTemplateSelector.cs
- GenericPrincipal.cs
- NTAccount.cs
- FunctionDetailsReader.cs
- SqlGenerator.cs
- Token.cs
- Int32RectValueSerializer.cs
- HostingEnvironmentSection.cs
- BlurBitmapEffect.cs
- ListParaClient.cs
- EventSourceCreationData.cs
- ListViewDesigner.cs
- AccessibilityApplicationManager.cs
- WindowsSpinner.cs
- DataGridViewToolTip.cs
- MergeLocalizationDirectives.cs
- DataBindingExpressionBuilder.cs
- TrustSection.cs
- XmlSerializerAssemblyAttribute.cs
- XmlQualifiedNameTest.cs
- AsymmetricSignatureFormatter.cs
- UtilityExtension.cs
- TemplateControlBuildProvider.cs
- StringBlob.cs
- COM2ExtendedUITypeEditor.cs
- _FixedSizeReader.cs
- UrlPath.cs
- AspCompat.cs
- XmlNavigatorFilter.cs
- HistoryEventArgs.cs
- MobileUITypeEditor.cs
- Italic.cs
- PLINQETWProvider.cs