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
- DefaultBindingPropertyAttribute.cs
- ContextInformation.cs
- ResourceDescriptionAttribute.cs
- CallbackException.cs
- XmlAttributeCollection.cs
- SecurityUtils.cs
- ApplicationActivator.cs
- GeneralTransformCollection.cs
- HttpWriter.cs
- PrtCap_Public_Simple.cs
- streamingZipPartStream.cs
- ArrayList.cs
- ToolStripItemClickedEventArgs.cs
- DataGridViewRowPostPaintEventArgs.cs
- SID.cs
- COM2EnumConverter.cs
- sqlpipe.cs
- ServiceDescriptionReflector.cs
- OracleException.cs
- OdbcFactory.cs
- ParserHooks.cs
- FixedSOMLineCollection.cs
- FileDialogCustomPlace.cs
- ScrollEventArgs.cs
- UnmanagedMemoryStream.cs
- Schema.cs
- SystemThemeKey.cs
- Win32Exception.cs
- invalidudtexception.cs
- SiteMapNodeItem.cs
- ProxyAttribute.cs
- AssemblyResolver.cs
- MatrixCamera.cs
- HashCryptoHandle.cs
- MatchNoneMessageFilter.cs
- Comparer.cs
- BinaryObjectWriter.cs
- CodeSnippetExpression.cs
- AutoResetEvent.cs
- ErrorFormatterPage.cs
- DataGridViewDataErrorEventArgs.cs
- CompressEmulationStream.cs
- SignedXml.cs
- Label.cs
- TableCellCollection.cs
- Bold.cs
- ToolStripSettings.cs
- SiteMapPath.cs
- TableSectionStyle.cs
- ContainerUtilities.cs
- ExpressionBuilderContext.cs
- XamlDesignerSerializationManager.cs
- DesignerVerb.cs
- _HeaderInfo.cs
- BufferedWebEventProvider.cs
- StrokeCollectionConverter.cs
- FontFamily.cs
- Metafile.cs
- ExpandedProjectionNode.cs
- SchemaAttDef.cs
- UnmanagedHandle.cs
- XmlSerializerNamespaces.cs
- ColorMatrix.cs
- TemplateBuilder.cs
- ForEachAction.cs
- SimpleFieldTemplateFactory.cs
- Point.cs
- SqlDataReader.cs
- DBBindings.cs
- WindowsGrip.cs
- WSSecurityPolicy.cs
- PropertyGroupDescription.cs
- DropShadowEffect.cs
- SHA512Cng.cs
- ImpersonateTokenRef.cs
- ToolStripOverflow.cs
- RedistVersionInfo.cs
- TextModifierScope.cs
- PresentationSource.cs
- MarshalByRefObject.cs
- DLinqColumnProvider.cs
- SocketAddress.cs
- CharStorage.cs
- SessionStateItemCollection.cs
- ConstantExpression.cs
- CurrencyWrapper.cs
- CodeTryCatchFinallyStatement.cs
- SystemEvents.cs
- LocalTransaction.cs
- DataGridHeadersVisibilityToVisibilityConverter.cs
- ImageField.cs
- securitymgrsite.cs
- SoapExtensionImporter.cs
- QilLoop.cs
- _AutoWebProxyScriptHelper.cs
- CompoundFileStreamReference.cs
- Baml2006ReaderSettings.cs
- DesignerTransaction.cs
- OdbcConnection.cs
- DocumentPropertiesDialog.cs