Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / 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
- Process.cs
- NamespaceDecl.cs
- UIElementPropertyUndoUnit.cs
- PropertyDescriptorGridEntry.cs
- XmlEntity.cs
- SafeCryptoHandles.cs
- NumberFunctions.cs
- PropertySourceInfo.cs
- WinCategoryAttribute.cs
- CrossContextChannel.cs
- AsymmetricKeyExchangeFormatter.cs
- SiteMapPath.cs
- ExpandCollapsePattern.cs
- InternalControlCollection.cs
- RecognizerStateChangedEventArgs.cs
- ManipulationPivot.cs
- ToolTip.cs
- WindowsButton.cs
- StringValueSerializer.cs
- CodeExpressionCollection.cs
- DesignerPerfEventProvider.cs
- GridViewColumnCollection.cs
- AnchoredBlock.cs
- SqlServer2KCompatibilityCheck.cs
- PrintPreviewControl.cs
- PropertyMetadata.cs
- FileStream.cs
- TogglePattern.cs
- BamlResourceDeserializer.cs
- CustomValidator.cs
- CompositeActivityCodeGenerator.cs
- BulletDecorator.cs
- DebugView.cs
- RemotingSurrogateSelector.cs
- PriorityBindingExpression.cs
- SatelliteContractVersionAttribute.cs
- BezierSegment.cs
- GuidelineCollection.cs
- NullableIntAverageAggregationOperator.cs
- FixedDocumentSequencePaginator.cs
- ProviderBase.cs
- UserPreferenceChangedEventArgs.cs
- WebPartConnectionsDisconnectVerb.cs
- ResolveCriteriaCD1.cs
- CommandLibraryHelper.cs
- WindowsTokenRoleProvider.cs
- EntityParameter.cs
- MDIClient.cs
- OnOperation.cs
- BrowserCapabilitiesFactory35.cs
- XmlReaderSettings.cs
- DefaultObjectMappingItemCollection.cs
- HyperLinkColumn.cs
- altserialization.cs
- CachedTypeface.cs
- StoreItemCollection.cs
- TabControl.cs
- Matrix3D.cs
- ValidatorCollection.cs
- SqlDataReader.cs
- TableItemStyle.cs
- StorageEntitySetMapping.cs
- PointCollection.cs
- RadialGradientBrush.cs
- LiteralControl.cs
- DateTimeParse.cs
- InputElement.cs
- XmlCharType.cs
- UpdatePanel.cs
- NetCodeGroup.cs
- EntityContainerEmitter.cs
- httpserverutility.cs
- Setter.cs
- ModifierKeysValueSerializer.cs
- DataBoundControl.cs
- StateWorkerRequest.cs
- SourceExpressionException.cs
- XmlUnspecifiedAttribute.cs
- EdmFunction.cs
- BufferModeSettings.cs
- WebBrowserNavigatingEventHandler.cs
- Int64Storage.cs
- SoapException.cs
- AutoResetEvent.cs
- LinearGradientBrush.cs
- DynamicRendererThreadManager.cs
- SecurityState.cs
- OleDbException.cs
- _LoggingObject.cs
- TreeNodeConverter.cs
- VisualStyleRenderer.cs
- CustomValidator.cs
- OrthographicCamera.cs
- Control.cs
- MemoryStream.cs
- CompilationLock.cs
- ExpressionBindingCollection.cs
- SessionState.cs
- DataGridViewRowsAddedEventArgs.cs
- DataSourceSelectArguments.cs