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
- UnsafeNativeMethodsTablet.cs
- SqlReorderer.cs
- CheckBox.cs
- ImageListStreamer.cs
- SQLBoolean.cs
- SingletonChannelAcceptor.cs
- PictureBox.cs
- InkPresenterAutomationPeer.cs
- ListView.cs
- CredentialCache.cs
- DataGridViewRowPostPaintEventArgs.cs
- MoveSizeWinEventHandler.cs
- VisualStyleElement.cs
- MailWebEventProvider.cs
- FindCriteriaApril2005.cs
- AndMessageFilterTable.cs
- RenderContext.cs
- DataBinding.cs
- EntityDesignerBuildProvider.cs
- StringAttributeCollection.cs
- BigInt.cs
- TreeBuilderBamlTranslator.cs
- PageBreakRecord.cs
- SqlDataSourceCustomCommandEditor.cs
- WSFederationHttpBindingElement.cs
- LoadGrammarCompletedEventArgs.cs
- AmbientValueAttribute.cs
- _PooledStream.cs
- FilterableAttribute.cs
- ByteStream.cs
- TcpProcessProtocolHandler.cs
- ColorAnimation.cs
- DataGridViewTopRowAccessibleObject.cs
- PageEventArgs.cs
- InstallerTypeAttribute.cs
- smtpconnection.cs
- DataGridSortCommandEventArgs.cs
- SchemaAttDef.cs
- LambdaCompiler.Lambda.cs
- ActivityTypeDesigner.xaml.cs
- TreeViewImageGenerator.cs
- ValueUtilsSmi.cs
- Int16Storage.cs
- IntAverageAggregationOperator.cs
- Geometry.cs
- SqlDataSourceCache.cs
- SignedPkcs7.cs
- UniformGrid.cs
- CreateUserWizard.cs
- ObjectMaterializedEventArgs.cs
- MenuAutomationPeer.cs
- _LazyAsyncResult.cs
- MouseEventArgs.cs
- CssTextWriter.cs
- ScrollBarRenderer.cs
- InstanceDataCollection.cs
- KeyEvent.cs
- SingleResultAttribute.cs
- ConfigPathUtility.cs
- CodeComment.cs
- Pkcs7Recipient.cs
- SqlBulkCopyColumnMapping.cs
- HideDisabledControlAdapter.cs
- CardSpaceException.cs
- CalendarTable.cs
- NamedPermissionSet.cs
- ListSortDescriptionCollection.cs
- TransformedBitmap.cs
- PrtCap_Base.cs
- CornerRadius.cs
- ItemCollection.cs
- XmlSchemaNotation.cs
- Component.cs
- DataGridViewColumnCollectionEditor.cs
- X509ChainElement.cs
- NetworkInformationException.cs
- RemoteWebConfigurationHostServer.cs
- CreateUserWizardStep.cs
- SecurityElement.cs
- AsyncOperation.cs
- QueueProcessor.cs
- PlatformNotSupportedException.cs
- ConstraintConverter.cs
- Decimal.cs
- ValidationErrorCollection.cs
- ToolBar.cs
- EditorPartCollection.cs
- BaseDataList.cs
- SimpleHandlerFactory.cs
- DetailsViewRow.cs
- ProfileService.cs
- CapabilitiesPattern.cs
- ConsumerConnectionPointCollection.cs
- ToolStripSplitButton.cs
- ControlBuilder.cs
- WindowInteropHelper.cs
- Parallel.cs
- AttributeProviderAttribute.cs
- ListViewDeletedEventArgs.cs
- TypeBrowserDialog.cs