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
- CustomErrorCollection.cs
- TrackingServices.cs
- NativeMethodsOther.cs
- DataGridSortCommandEventArgs.cs
- DataGridCellEditEndingEventArgs.cs
- WsdlBuildProvider.cs
- TypeHelpers.cs
- SqlFlattener.cs
- ReachObjectContext.cs
- VirtualPathUtility.cs
- CssClassPropertyAttribute.cs
- ToolStripProgressBar.cs
- UrlUtility.cs
- WindowsListViewGroup.cs
- XmlSchemaImport.cs
- ColorPalette.cs
- SnapshotChangeTrackingStrategy.cs
- BinaryCommonClasses.cs
- TextFindEngine.cs
- TextOutput.cs
- PositiveTimeSpanValidator.cs
- SerializationInfoEnumerator.cs
- TextPointerBase.cs
- Pen.cs
- DecimalKeyFrameCollection.cs
- DesignerDeviceConfig.cs
- DefaultAsyncDataDispatcher.cs
- Evidence.cs
- smtppermission.cs
- ThrowHelper.cs
- Floater.cs
- ErrorProvider.cs
- DefinitionUpdate.cs
- CopyOfAction.cs
- ForwardPositionQuery.cs
- SubMenuStyleCollectionEditor.cs
- CodeSnippetStatement.cs
- NavigationWindow.cs
- DeflateEmulationStream.cs
- SvcMapFile.cs
- PersistChildrenAttribute.cs
- TextEffect.cs
- CurrencyWrapper.cs
- wgx_exports.cs
- sitestring.cs
- SAPIEngineTypes.cs
- SettingsBase.cs
- Primitive.cs
- DbDataRecord.cs
- OpCopier.cs
- SafeNativeMethods.cs
- MethodAccessException.cs
- TextElementCollectionHelper.cs
- InitializerFacet.cs
- AssemblyBuilder.cs
- ReferencedType.cs
- ConnectionInterfaceCollection.cs
- Memoizer.cs
- XmlQueryType.cs
- CoTaskMemSafeHandle.cs
- IntSecurity.cs
- ColorTranslator.cs
- odbcmetadatafactory.cs
- InvalidDataException.cs
- AudioDeviceOut.cs
- PageFunction.cs
- XmlWrappingReader.cs
- DataColumnChangeEvent.cs
- RemotingService.cs
- HttpErrorTraceRecord.cs
- SessionPageStatePersister.cs
- NumberEdit.cs
- PopupRoot.cs
- AccessViolationException.cs
- IndexedString.cs
- GlyphCollection.cs
- Decorator.cs
- ManifestResourceInfo.cs
- ICollection.cs
- FloaterBaseParaClient.cs
- DocumentXmlWriter.cs
- XmlDataFileEditor.cs
- Parser.cs
- HitTestWithPointDrawingContextWalker.cs
- OptionalColumn.cs
- XmlNodeReader.cs
- ToggleButton.cs
- ConfigXmlCDataSection.cs
- UserControlFileEditor.cs
- WebPartEditorOkVerb.cs
- ModelItemCollectionImpl.cs
- ResXBuildProvider.cs
- FilterQueryOptionExpression.cs
- MutexSecurity.cs
- HierarchicalDataTemplate.cs
- StringArrayEditor.cs
- DynamicMethod.cs
- Cursor.cs
- DataMisalignedException.cs
- EntryPointNotFoundException.cs