Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / UIAutomation / UIAutomationClient / MS / Internal / Automation / EventListener.cs / 1 / 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
- ResourceExpressionBuilder.cs
- BigInt.cs
- CommonDialog.cs
- Emitter.cs
- ArgIterator.cs
- ResourceSet.cs
- DurableOperationAttribute.cs
- LicenseProviderAttribute.cs
- QueryOutputWriter.cs
- SessionStateUtil.cs
- MediaSystem.cs
- MetafileHeader.cs
- ObjectStateFormatter.cs
- ListViewUpdatedEventArgs.cs
- SoapInteropTypes.cs
- WebConfigurationFileMap.cs
- SystemIPGlobalProperties.cs
- EntitySetBase.cs
- CollectionBuilder.cs
- NamespaceExpr.cs
- Membership.cs
- DataControlFieldCollection.cs
- XmlJsonWriter.cs
- FilterElement.cs
- XamlTemplateSerializer.cs
- CurrencyManager.cs
- ContainerParaClient.cs
- ExpandSegmentCollection.cs
- ProfileParameter.cs
- DragEvent.cs
- ContentDisposition.cs
- InvokeWebService.cs
- SpeechRecognizer.cs
- FlowDocumentScrollViewerAutomationPeer.cs
- JsonObjectDataContract.cs
- ListBoxItemWrapperAutomationPeer.cs
- ScriptControlDescriptor.cs
- TokenBasedSet.cs
- TypeElementCollection.cs
- CompleteWizardStep.cs
- RelatedView.cs
- TextEffect.cs
- RightsManagementInformation.cs
- ObjectIDGenerator.cs
- OdbcStatementHandle.cs
- SqlDataSourceCache.cs
- PageThemeCodeDomTreeGenerator.cs
- XmlDeclaration.cs
- WindowVisualStateTracker.cs
- SystemNetHelpers.cs
- XmlTextEncoder.cs
- CacheMemory.cs
- GlyphRunDrawing.cs
- AQNBuilder.cs
- XPathNodeInfoAtom.cs
- EdmItemCollection.cs
- CompilerParameters.cs
- ToolBarTray.cs
- OracleBFile.cs
- WindowsFormsSectionHandler.cs
- LabelLiteral.cs
- Slider.cs
- PerfProviderCollection.cs
- filewebresponse.cs
- loginstatus.cs
- XPathNode.cs
- BindingOperations.cs
- Quad.cs
- ColorConvertedBitmapExtension.cs
- ClientClassGenerator.cs
- ObjectQuery.cs
- hebrewshape.cs
- safex509handles.cs
- Wizard.cs
- ToolTipAutomationPeer.cs
- BindingRestrictions.cs
- SplitterCancelEvent.cs
- TransformValueSerializer.cs
- PolicyManager.cs
- SqlTriggerContext.cs
- MembershipSection.cs
- ParallelDesigner.cs
- ScrollableControl.cs
- SizeAnimationBase.cs
- X509Certificate2Collection.cs
- Grammar.cs
- CatalogPart.cs
- LazyInitializer.cs
- TaiwanCalendar.cs
- CodeDomConfigurationHandler.cs
- DrawingContextWalker.cs
- CodeObject.cs
- mediaeventshelper.cs
- StreamResourceInfo.cs
- CalculatedColumn.cs
- AutoFocusStyle.xaml.cs
- EdmComplexTypeAttribute.cs
- DataGridViewTopLeftHeaderCell.cs
- SetState.cs
- ConfigXmlElement.cs