Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / UIAutomation / UIAutomationTypes / System / Windows / Automation / AutomationEventArgs.cs / 1 / AutomationEventArgs.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // // Description: Pattern or custom event args class // // History: // 06/17/2003 : BrendanM Ported to WCP // //--------------------------------------------------------------------------- using System; using System.Windows.Automation; namespace System.Windows.Automation { ////// Delegate to handle AutomationEvents /// #if (INTERNAL_COMPILE) internal delegate void AutomationEventHandler( object sender, AutomationEventArgs e ); #else public delegate void AutomationEventHandler( object sender, AutomationEventArgs e ); #endif ////// Pattern or custom event args class /// #if (INTERNAL_COMPILE) internal class AutomationEventArgs: EventArgs #else public class AutomationEventArgs: EventArgs #endif { //----------------------------------------------------- // // Constructors // //----------------------------------------------------- #region Constructors ////// Constructor for pattern or custom event args. /// /// Indicates which event this instance represents. public AutomationEventArgs(AutomationEvent eventId ) { _eventId = eventId; } #endregion Constructors //------------------------------------------------------ // // Public Properties // //----------------------------------------------------- #region Public Properties ////// EventId indicating which event this instance represents. /// public AutomationEvent EventId { get { return _eventId; } } #endregion Public Properties //------------------------------------------------------ // // Private Fields // //------------------------------------------------------ #region Private Fields private AutomationEvent _eventId; #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: Pattern or custom event args class // // History: // 06/17/2003 : BrendanM Ported to WCP // //--------------------------------------------------------------------------- using System; using System.Windows.Automation; namespace System.Windows.Automation { ////// Delegate to handle AutomationEvents /// #if (INTERNAL_COMPILE) internal delegate void AutomationEventHandler( object sender, AutomationEventArgs e ); #else public delegate void AutomationEventHandler( object sender, AutomationEventArgs e ); #endif ////// Pattern or custom event args class /// #if (INTERNAL_COMPILE) internal class AutomationEventArgs: EventArgs #else public class AutomationEventArgs: EventArgs #endif { //----------------------------------------------------- // // Constructors // //----------------------------------------------------- #region Constructors ////// Constructor for pattern or custom event args. /// /// Indicates which event this instance represents. public AutomationEventArgs(AutomationEvent eventId ) { _eventId = eventId; } #endregion Constructors //------------------------------------------------------ // // Public Properties // //----------------------------------------------------- #region Public Properties ////// EventId indicating which event this instance represents. /// public AutomationEvent EventId { get { return _eventId; } } #endregion Public Properties //------------------------------------------------------ // // Private Fields // //------------------------------------------------------ #region Private Fields private AutomationEvent _eventId; #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
- CfgParser.cs
- DataKey.cs
- DiffuseMaterial.cs
- InstanceHandleReference.cs
- DecimalStorage.cs
- ThemeDirectoryCompiler.cs
- UserPrincipalNameElement.cs
- InitialServerConnectionReader.cs
- DesignerSerializationManager.cs
- MbpInfo.cs
- Geometry.cs
- XmlAutoDetectWriter.cs
- BoundField.cs
- StrokeRenderer.cs
- EntityDataSourceColumn.cs
- DataSourceCollectionBase.cs
- BlockUIContainer.cs
- AssemblyNameEqualityComparer.cs
- CodeParameterDeclarationExpression.cs
- DescriptionAttribute.cs
- RelatedCurrencyManager.cs
- GenericAuthenticationEventArgs.cs
- PseudoWebRequest.cs
- DefaultBinder.cs
- InkSerializer.cs
- LocalizedNameDescriptionPair.cs
- IndicShape.cs
- MULTI_QI.cs
- StructuralCache.cs
- SettingsPropertyWrongTypeException.cs
- TextServicesCompartmentContext.cs
- ScalarConstant.cs
- DbProviderConfigurationHandler.cs
- MarkupWriter.cs
- SafeSecurityHelper.cs
- Debugger.cs
- _NTAuthentication.cs
- EntitySqlQueryCacheKey.cs
- EnumMemberAttribute.cs
- SqlInternalConnection.cs
- HtmlInputFile.cs
- ScriptingJsonSerializationSection.cs
- DataStreamFromComStream.cs
- Ppl.cs
- PeerEndPoint.cs
- SystemInfo.cs
- HwndHostAutomationPeer.cs
- SizeConverter.cs
- AnnotationResourceCollection.cs
- OdbcReferenceCollection.cs
- XmlElement.cs
- MemberHolder.cs
- GridViewRowEventArgs.cs
- BitmapEffectDrawingContextWalker.cs
- OdbcConnectionPoolProviderInfo.cs
- ObjectIDGenerator.cs
- IdentityModelDictionary.cs
- CounterCreationDataCollection.cs
- SafeArrayRankMismatchException.cs
- MetadataItemCollectionFactory.cs
- GridPatternIdentifiers.cs
- UnaryNode.cs
- ZipFileInfoCollection.cs
- TextOutput.cs
- EditingCommands.cs
- ClientScriptItem.cs
- ContentType.cs
- StrokeNode.cs
- IssuedTokensHeader.cs
- ProxySimple.cs
- ExpanderAutomationPeer.cs
- TextBoxBase.cs
- XamlFigureLengthSerializer.cs
- Viewport2DVisual3D.cs
- UpDownBase.cs
- RoutedEvent.cs
- ScriptResourceMapping.cs
- GridLengthConverter.cs
- ConstantSlot.cs
- SelectorAutomationPeer.cs
- FullTextState.cs
- OwnerDrawPropertyBag.cs
- DataGridViewSortCompareEventArgs.cs
- ParallelTimeline.cs
- SiteMapProvider.cs
- TextRunProperties.cs
- LazyTextWriterCreator.cs
- FontFamily.cs
- DataGridState.cs
- Registry.cs
- ParseChildrenAsPropertiesAttribute.cs
- DataGridItem.cs
- LineBreakRecord.cs
- ReachObjectContext.cs
- Message.cs
- LogWriteRestartAreaAsyncResult.cs
- TableItemStyle.cs
- WCFBuildProvider.cs
- DrawingBrush.cs
- WebResourceUtil.cs