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
- COM2TypeInfoProcessor.cs
- PropertyTab.cs
- ThreadExceptionDialog.cs
- VisualTreeFlattener.cs
- HtmlTextArea.cs
- StreamingContext.cs
- SurrogateDataContract.cs
- BindingCompleteEventArgs.cs
- Action.cs
- DependencyPropertyConverter.cs
- ConcurrencyMode.cs
- GeneralTransformGroup.cs
- MultitargetingHelpers.cs
- MimeMapping.cs
- RIPEMD160.cs
- HtmlTernaryTree.cs
- MultiDataTrigger.cs
- KeyFrames.cs
- ContourSegment.cs
- __TransparentProxy.cs
- _ConnectStream.cs
- QueryResponse.cs
- HijriCalendar.cs
- PenLineJoinValidation.cs
- PointCollectionConverter.cs
- WindowsListView.cs
- SelectionWordBreaker.cs
- RulePatternOps.cs
- CodeExpressionCollection.cs
- SortedSet.cs
- XmlComplianceUtil.cs
- MetaColumn.cs
- CreateSequenceResponse.cs
- HandlerBase.cs
- Tablet.cs
- MatrixTransform3D.cs
- DeleteWorkflowOwnerCommand.cs
- TypeToStringValueConverter.cs
- DataBindingHandlerAttribute.cs
- Identifier.cs
- Bind.cs
- ProtocolException.cs
- TableHeaderCell.cs
- FilterQuery.cs
- ButtonColumn.cs
- InputBindingCollection.cs
- CompilerHelpers.cs
- RIPEMD160.cs
- PreviewKeyDownEventArgs.cs
- MoveSizeWinEventHandler.cs
- BasePropertyDescriptor.cs
- Polyline.cs
- BindingFormattingDialog.cs
- SqlStatistics.cs
- RectangleF.cs
- RowToParametersTransformer.cs
- OpacityConverter.cs
- PlaceHolder.cs
- PopOutPanel.cs
- ListBindingConverter.cs
- PermissionRequestEvidence.cs
- bindurihelper.cs
- StatusBar.cs
- ByteBufferPool.cs
- AnchorEditor.cs
- UnitySerializationHolder.cs
- SortDescription.cs
- XmlEntity.cs
- OracleParameterBinding.cs
- SelectionEditingBehavior.cs
- XamlToRtfWriter.cs
- ReadWriteSpinLock.cs
- Perspective.cs
- SqlFunctionAttribute.cs
- AttachedPropertyBrowsableForTypeAttribute.cs
- SqlClientPermission.cs
- TargetInvocationException.cs
- FileNotFoundException.cs
- InputReferenceExpression.cs
- AssemblyAttributesGoHere.cs
- StorageAssociationTypeMapping.cs
- PriorityQueue.cs
- ConnectivityStatus.cs
- InternalConfigHost.cs
- ValueTypeIndexerReference.cs
- HandleExceptionArgs.cs
- FontFamily.cs
- XmlParserContext.cs
- DSASignatureDeformatter.cs
- IISUnsafeMethods.cs
- BooleanAnimationBase.cs
- ManagedCodeMarkers.cs
- PriorityQueue.cs
- TreeNodeCollection.cs
- BinaryConverter.cs
- FixedSOMTextRun.cs
- SoapDocumentServiceAttribute.cs
- EncodingTable.cs
- DataGridRowDetailsEventArgs.cs
- CubicEase.cs