Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / AccessibleTech / longhorn / Automation / UIAutomationTypes / System / Windows / Automation / WindowClosedEventArgs.cs / 1 / WindowClosedEventArgs.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // // Description: WindowClosedEventArgs event args class // // History: // 12/11/2003 : [....] Added // //--------------------------------------------------------------------------- using System; using System.Windows.Automation; using MS.Internal.Automation; namespace System.Windows.Automation { ////// WindowClosedEventArgs event args class /// #if (INTERNAL_COMPILE) internal sealed class WindowClosedEventArgs : AutomationEventArgs #else public sealed class WindowClosedEventArgs : AutomationEventArgs #endif { //----------------------------------------------------- // // Constructors // //----------------------------------------------------- #region Constructors ////// Constructor for top-level window event args. /// public WindowClosedEventArgs (int [] runtimeId) : base(WindowPatternIdentifiers.WindowClosedEvent) { if (runtimeId == null) { throw new ArgumentNullException("runtimeId"); } _runtimeId = (int[])runtimeId.Clone(); } #endregion Constructors //------------------------------------------------------ // // Public Properties // //----------------------------------------------------- #region Public Properties ////// Returns the Windows UI Automation runtime identifier /// public int [] GetRuntimeId() { return (int [])_runtimeId.Clone(); } #endregion Public Properties //------------------------------------------------------ // // Private Fields // //------------------------------------------------------ #region Private Fields private int [] _runtimeId; #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
- MissingManifestResourceException.cs
- ShapingWorkspace.cs
- CellConstant.cs
- MergeFailedEvent.cs
- ThemeableAttribute.cs
- FormsAuthenticationEventArgs.cs
- SqlDataSourceEnumerator.cs
- SqlDataSourceStatusEventArgs.cs
- FormsAuthenticationUserCollection.cs
- CompositionCommandSet.cs
- Codec.cs
- ResourceSet.cs
- FilterableAttribute.cs
- XmlTextReaderImplHelpers.cs
- IItemProperties.cs
- VisemeEventArgs.cs
- ImageMapEventArgs.cs
- PhonemeEventArgs.cs
- ZipIOCentralDirectoryFileHeader.cs
- DnsEndPoint.cs
- CalendarDay.cs
- BindingMAnagerBase.cs
- SimpleHandlerBuildProvider.cs
- XmlSchemaSimpleTypeUnion.cs
- DetailsViewPagerRow.cs
- WCFModelStrings.Designer.cs
- StrokeSerializer.cs
- ContextMarshalException.cs
- MessageEncoder.cs
- TextBlock.cs
- OuterGlowBitmapEffect.cs
- XPathNavigatorReader.cs
- TraceListeners.cs
- MetadataCache.cs
- CachedTypeface.cs
- SelectionHighlightInfo.cs
- DataObject.cs
- ButtonBase.cs
- ArgumentNullException.cs
- GetMemberBinder.cs
- Screen.cs
- SQLUtility.cs
- CornerRadius.cs
- arc.cs
- HijriCalendar.cs
- UIElement3D.cs
- XPathPatternBuilder.cs
- EnumConverter.cs
- Adorner.cs
- BamlLocalizabilityResolver.cs
- AccessedThroughPropertyAttribute.cs
- InstancePersistenceCommandException.cs
- NamespaceMapping.cs
- ContextMenuService.cs
- SoundPlayer.cs
- MailAddress.cs
- InnerItemCollectionView.cs
- UpdateCompiler.cs
- Rect3DConverter.cs
- CompositeDuplexBindingElementImporter.cs
- safex509handles.cs
- Calendar.cs
- HttpStaticObjectsCollectionBase.cs
- SingleAnimationBase.cs
- ComplexBindingPropertiesAttribute.cs
- HandledMouseEvent.cs
- DataSourceHelper.cs
- HMACSHA512.cs
- DataSourceListEditor.cs
- OperationCanceledException.cs
- FlagsAttribute.cs
- SqlDataSourceQueryEditor.cs
- WebPartDescriptionCollection.cs
- ModulesEntry.cs
- OwnerDrawPropertyBag.cs
- NodeFunctions.cs
- InspectionWorker.cs
- TraceData.cs
- CaretElement.cs
- ListViewDeletedEventArgs.cs
- RsaKeyIdentifierClause.cs
- UpdatePanelTriggerCollection.cs
- Point3DAnimationBase.cs
- OrderedDictionary.cs
- CommentEmitter.cs
- PropertyPath.cs
- ModelItem.cs
- TransportationConfigurationTypeInstallComponent.cs
- PropertyGridDesigner.cs
- DriveNotFoundException.cs
- ScopedKnownTypes.cs
- WebHeaderCollection.cs
- ScrollChrome.cs
- CollectionBuilder.cs
- Misc.cs
- IndexOutOfRangeException.cs
- Comparer.cs
- DeclarationUpdate.cs
- FutureFactory.cs
- GenericWebPart.cs