Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / AccessibleTech / longhorn / Automation / 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 : [....] 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
- TTSEngineTypes.cs
- Message.cs
- UnknownBitmapEncoder.cs
- TemplateBindingExpressionConverter.cs
- LinkedResourceCollection.cs
- sqlpipe.cs
- xdrvalidator.cs
- FontFamily.cs
- XmlSchemaObjectCollection.cs
- ParagraphResult.cs
- SortableBindingList.cs
- WindowsHyperlink.cs
- UnsafeNativeMethodsTablet.cs
- ToolboxSnapDragDropEventArgs.cs
- GlobalizationAssembly.cs
- TemplateControlCodeDomTreeGenerator.cs
- IndependentAnimationStorage.cs
- TreeViewCancelEvent.cs
- PropertyGridView.cs
- ParallelTimeline.cs
- CaseStatementProjectedSlot.cs
- MatrixConverter.cs
- Types.cs
- ComboBoxDesigner.cs
- UmAlQuraCalendar.cs
- OleDbParameterCollection.cs
- ResourceReader.cs
- BinaryWriter.cs
- ActivationWorker.cs
- RetrieveVirtualItemEventArgs.cs
- FunctionMappingTranslator.cs
- TagMapInfo.cs
- KeyTime.cs
- SupportsEventValidationAttribute.cs
- FormViewRow.cs
- FolderLevelBuildProvider.cs
- FixedTextView.cs
- StateDesignerConnector.cs
- IfAction.cs
- XmlEventCache.cs
- PipelineComponent.cs
- VirtualDirectoryMappingCollection.cs
- WmlPhoneCallAdapter.cs
- ObjectListCommandEventArgs.cs
- CodeBlockBuilder.cs
- RawKeyboardInputReport.cs
- HostingEnvironmentSection.cs
- ControlEvent.cs
- TypeConverterMarkupExtension.cs
- ObjectComplexPropertyMapping.cs
- XpsFilter.cs
- TreeNode.cs
- SchemaAttDef.cs
- StylusLogic.cs
- SmtpReplyReaderFactory.cs
- XmlCharType.cs
- ProcessModelInfo.cs
- Table.cs
- DbgUtil.cs
- SourceItem.cs
- NavigationProgressEventArgs.cs
- HostingEnvironmentSection.cs
- Attributes.cs
- ReturnType.cs
- ApplicationFileCodeDomTreeGenerator.cs
- Int16Converter.cs
- EditableLabelControl.cs
- KeyValueInternalCollection.cs
- TemplateParser.cs
- EntityConnection.cs
- StandardCommands.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- ClientTarget.cs
- WebPageTraceListener.cs
- UnsafeNativeMethods.cs
- WindowsToolbarItemAsMenuItem.cs
- QilValidationVisitor.cs
- CultureSpecificStringDictionary.cs
- TreeNodeStyleCollection.cs
- DataColumnChangeEvent.cs
- FloatSumAggregationOperator.cs
- SynchronizationScope.cs
- PropertySet.cs
- DataGridClipboardCellContent.cs
- AnchoredBlock.cs
- Sql8ConformanceChecker.cs
- RuleRef.cs
- WebPartDescription.cs
- IdentityVerifier.cs
- XmlSchemaAppInfo.cs
- httpstaticobjectscollection.cs
- WebPartTracker.cs
- OleDbConnectionInternal.cs
- RichTextBox.cs
- DesignerResources.cs
- ConnectionInterfaceCollection.cs
- SpecularMaterial.cs
- RectAnimationBase.cs
- FontConverter.cs
- TextEditorSelection.cs