Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / 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
- AsyncPostBackTrigger.cs
- ReferencedCollectionType.cs
- FormsAuthenticationCredentials.cs
- MarginCollapsingState.cs
- DesignColumnCollection.cs
- HandlerBase.cs
- CodeConditionStatement.cs
- TaskFactory.cs
- TimeSpanOrInfiniteValidator.cs
- LinkArea.cs
- SolidColorBrush.cs
- SoapElementAttribute.cs
- GenericWebPart.cs
- Menu.cs
- UIServiceHelper.cs
- WindowsFormsSynchronizationContext.cs
- CharEnumerator.cs
- SQLDateTime.cs
- _UncName.cs
- EntityWrapperFactory.cs
- ButtonColumn.cs
- TTSEngineProxy.cs
- Trace.cs
- QueryAccessibilityHelpEvent.cs
- SoapServerMethod.cs
- BindUriHelper.cs
- AtomMaterializerLog.cs
- ThaiBuddhistCalendar.cs
- VirtualDirectoryMapping.cs
- ParallelEnumerableWrapper.cs
- ResXBuildProvider.cs
- DataFormats.cs
- SocketException.cs
- SponsorHelper.cs
- Italic.cs
- DataBinder.cs
- ISessionStateStore.cs
- CursorConverter.cs
- ColorDialog.cs
- Models.cs
- WorkflowIdleBehavior.cs
- AutomationPatternInfo.cs
- CommonDialog.cs
- ToolStripOverflowButton.cs
- ExceptionRoutedEventArgs.cs
- XmlArrayItemAttribute.cs
- ManipulationStartingEventArgs.cs
- ToolStripContentPanel.cs
- DomNameTable.cs
- AttributeEmitter.cs
- DebuggerService.cs
- COM2ComponentEditor.cs
- cookiecontainer.cs
- _NetworkingPerfCounters.cs
- HtmlInputText.cs
- ScriptDescriptor.cs
- SqlDataSourceSelectingEventArgs.cs
- X509Certificate2Collection.cs
- DtrList.cs
- SessionStateItemCollection.cs
- RTLAwareMessageBox.cs
- SqlDataSourceView.cs
- XmlUtilWriter.cs
- sqlnorm.cs
- EventMappingSettingsCollection.cs
- CallContext.cs
- CustomWebEventKey.cs
- CapiSafeHandles.cs
- FloatUtil.cs
- SystemIcmpV6Statistics.cs
- mansign.cs
- ActivityWithResultValueSerializer.cs
- AnimationLayer.cs
- ConfigsHelper.cs
- DataObject.cs
- DataGridPageChangedEventArgs.cs
- AppDomainFactory.cs
- LineUtil.cs
- SqlFlattener.cs
- StrokeFIndices.cs
- SpeakInfo.cs
- InputLangChangeEvent.cs
- DataBinder.cs
- EntityDataSourceEntityTypeFilterConverter.cs
- AtomicFile.cs
- CharStorage.cs
- PriorityQueue.cs
- HealthMonitoringSection.cs
- CrossAppDomainChannel.cs
- PeerToPeerException.cs
- StrokeCollection.cs
- InputLangChangeEvent.cs
- FontFamilyIdentifier.cs
- ReadOnlyCollectionBase.cs
- DispatcherExceptionEventArgs.cs
- DataTrigger.cs
- SortedList.cs
- PropertyChangingEventArgs.cs
- WebPartsSection.cs
- QilTargetType.cs