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
- TypeForwardedFromAttribute.cs
- ISFTagAndGuidCache.cs
- SequenceDesigner.xaml.cs
- datacache.cs
- HttpFileCollection.cs
- URLMembershipCondition.cs
- DataGridViewImageCell.cs
- SMSvcHost.cs
- SearchExpression.cs
- ProcessManager.cs
- MaterialGroup.cs
- ProxyBuilder.cs
- DetailsViewDeletedEventArgs.cs
- TemplateControl.cs
- ContextStack.cs
- FieldNameLookup.cs
- MemoryStream.cs
- TextFindEngine.cs
- SystemInformation.cs
- RemoteWebConfigurationHostServer.cs
- ProgressBarRenderer.cs
- Native.cs
- WindowsBrush.cs
- CodeDOMUtility.cs
- RightsManagementInformation.cs
- ChtmlCommandAdapter.cs
- ObfuscateAssemblyAttribute.cs
- FixedElement.cs
- MobileListItem.cs
- arclist.cs
- PageThemeParser.cs
- DataControlImageButton.cs
- CorePropertiesFilter.cs
- ProviderConnectionPoint.cs
- InvokeDelegate.cs
- RectValueSerializer.cs
- PlaceHolder.cs
- XPathParser.cs
- WebPartTransformerAttribute.cs
- CodeAssignStatement.cs
- DataGridViewButtonColumn.cs
- ContentOperations.cs
- FormViewUpdatedEventArgs.cs
- DnsPermission.cs
- ViewGenResults.cs
- NumericUpDownAcceleration.cs
- OdbcRowUpdatingEvent.cs
- SafeBuffer.cs
- _UriSyntax.cs
- TrackPointCollection.cs
- BlurEffect.cs
- Win32SafeHandles.cs
- userdatakeys.cs
- FlowDocumentFormatter.cs
- followingquery.cs
- HtmlEncodedRawTextWriter.cs
- RtType.cs
- DateTimeSerializationSection.cs
- ClientBuildManager.cs
- AspCompat.cs
- SourceFileBuildProvider.cs
- HttpHeaderCollection.cs
- FixedNode.cs
- CryptoApi.cs
- DefaultExpression.cs
- StdValidatorsAndConverters.cs
- SimpleTextLine.cs
- HttpInputStream.cs
- BinaryConverter.cs
- EntityProviderFactory.cs
- TextTreePropertyUndoUnit.cs
- ProfileSettingsCollection.cs
- KeyboardNavigation.cs
- Membership.cs
- IdnMapping.cs
- IntegerValidatorAttribute.cs
- SmiSettersStream.cs
- WebPartConnectVerb.cs
- UserValidatedEventArgs.cs
- Quaternion.cs
- UseLicense.cs
- Propagator.JoinPropagator.JoinPredicateVisitor.cs
- DecoderNLS.cs
- IOException.cs
- StorageComplexPropertyMapping.cs
- Int32Rect.cs
- MobileControlDesigner.cs
- AnnotationResourceChangedEventArgs.cs
- MessageRpc.cs
- TextRangeProviderWrapper.cs
- Group.cs
- TextTreeNode.cs
- DataGridBoolColumn.cs
- CharacterMetricsDictionary.cs
- StrongNameIdentityPermission.cs
- DataListCommandEventArgs.cs
- TreeViewAutomationPeer.cs
- OLEDB_Util.cs
- ImportCatalogPart.cs
- GB18030Encoding.cs