Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / 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
- EntityDataSourceChangingEventArgs.cs
- InternalSendMessage.cs
- WeakReferenceList.cs
- TimeSpanMinutesConverter.cs
- StatusBarPanel.cs
- Int32AnimationUsingKeyFrames.cs
- ActivityExecutor.cs
- ValueExpressions.cs
- BmpBitmapEncoder.cs
- UIServiceHelper.cs
- MatchingStyle.cs
- Int64KeyFrameCollection.cs
- TraversalRequest.cs
- MailWebEventProvider.cs
- AudioException.cs
- PublisherIdentityPermission.cs
- NameScopePropertyAttribute.cs
- TraceEventCache.cs
- ObjectAssociationEndMapping.cs
- DataGridViewButtonColumn.cs
- ResourceBinder.cs
- HttpCapabilitiesEvaluator.cs
- SpeechEvent.cs
- EnumerableCollectionView.cs
- X509ThumbprintKeyIdentifierClause.cs
- DefaultValueAttribute.cs
- ExtentJoinTreeNode.cs
- Quack.cs
- SoapReflectionImporter.cs
- UDPClient.cs
- UTF32Encoding.cs
- BinaryMethodMessage.cs
- TrustSection.cs
- BindingsCollection.cs
- FontDriver.cs
- DataServices.cs
- DataSourceIDConverter.cs
- VectorConverter.cs
- HttpConfigurationSystem.cs
- TextPointerBase.cs
- CompositionAdorner.cs
- FileDialog_Vista_Interop.cs
- PenLineCapValidation.cs
- ItemList.cs
- TextSpanModifier.cs
- BamlMapTable.cs
- EntityCommand.cs
- Invariant.cs
- SecurityPermission.cs
- PropertySourceInfo.cs
- AudioDeviceOut.cs
- HuffModule.cs
- GenericWebPart.cs
- Utils.cs
- ValidationSummary.cs
- StatusBarAutomationPeer.cs
- SqlNotificationRequest.cs
- HttpBindingExtension.cs
- RoutedEventHandlerInfo.cs
- XslTransform.cs
- XPathNavigatorException.cs
- JsonClassDataContract.cs
- XmlSchemaAnnotation.cs
- SoapObjectReader.cs
- ExtensionElementCollection.cs
- PropertyGridView.cs
- KeyValuePair.cs
- TileModeValidation.cs
- OutOfProcStateClientManager.cs
- AuthorizationRule.cs
- XamlSerializationHelper.cs
- ExpressionList.cs
- EmptyStringExpandableObjectConverter.cs
- EntitySqlQueryCacheKey.cs
- CodeExpressionCollection.cs
- ErrorStyle.cs
- BStrWrapper.cs
- SBCSCodePageEncoding.cs
- ValidatedControlConverter.cs
- ScrollChangedEventArgs.cs
- CodeAttributeDeclarationCollection.cs
- SoapCodeExporter.cs
- SocketException.cs
- NotFiniteNumberException.cs
- DesignerSerializationOptionsAttribute.cs
- AutoGeneratedFieldProperties.cs
- OleDbInfoMessageEvent.cs
- OpCodes.cs
- mda.cs
- TextBoxBase.cs
- KoreanLunisolarCalendar.cs
- StorageEntityContainerMapping.cs
- XPathParser.cs
- MetadataProperty.cs
- ManipulationVelocities.cs
- Bold.cs
- HttpGetServerProtocol.cs
- NavigationEventArgs.cs
- SubtreeProcessor.cs
- CodeFieldReferenceExpression.cs