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 / StructureChangedEventArgs.cs / 1 / StructureChangedEventArgs.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // // Description: Structure changed event args class // // History: // 05/25/2004 : MKarr copied from LogicalStructureChangedEventArgs.cs // //--------------------------------------------------------------------------- using System; using System.Windows.Automation; using System.Runtime.InteropServices; using MS.Internal.Automation; namespace System.Windows.Automation { ////// Delegate to handle logical structure change events /// #if (INTERNAL_COMPILE) internal delegate void StructureChangedEventHandler(object sender, StructureChangedEventArgs e); #else public delegate void StructureChangedEventHandler(object sender, StructureChangedEventArgs e); #endif ////// Logical structure change flags /// [ComVisible(true)] [Guid("e4cfef41-071d-472c-a65c-c14f59ea81eb")] #if (INTERNAL_COMPILE) internal enum StructureChangeType #else public enum StructureChangeType #endif { ///Logical child added ChildAdded, ///Logical child removed ChildRemoved, ///Logical children invalidated ChildrenInvalidated, ///Logical children were bulk added ChildrenBulkAdded, ///Logical children were bulk removed ChildrenBulkRemoved, ///The order of the children below their parent has changed. ChildrenReordered, } ////// Structure changed event args class /// ///#if (INTERNAL_COMPILE) internal sealed class StructureChangedEventArgs : AutomationEventArgs #else public sealed class StructureChangedEventArgs : AutomationEventArgs #endif { //----------------------------------------------------- // // Constructors // //----------------------------------------------------- #region Constructors /// /// Constructor for logical structure changed event args. /// ///public StructureChangedEventArgs(StructureChangeType structureChangeType, int [] runtimeId) : base(AutomationElementIdentifiers.StructureChangedEvent) { if (runtimeId == null) { throw new ArgumentNullException("runtimeId"); } _structureChangeType = structureChangeType; _runtimeID = (int [])runtimeId.Clone(); } #endregion Constructors //------------------------------------------------------ // // Public Properties // //----------------------------------------------------- #region Public Properties /// /// Returns the PAW runtime identifier /// ///public int [] GetRuntimeId() { return (int [])_runtimeID.Clone(); } /// /// Returns the the type of tree change: /// ///public StructureChangeType StructureChangeType { get { return _structureChangeType; } } #endregion Public Properties //------------------------------------------------------ // // Private Fields // //------------------------------------------------------ #region Private Fields private StructureChangeType _structureChangeType; private int [] _runtimeID; #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: Structure changed event args class // // History: // 05/25/2004 : MKarr copied from LogicalStructureChangedEventArgs.cs // //--------------------------------------------------------------------------- using System; using System.Windows.Automation; using System.Runtime.InteropServices; using MS.Internal.Automation; namespace System.Windows.Automation { ////// Delegate to handle logical structure change events /// #if (INTERNAL_COMPILE) internal delegate void StructureChangedEventHandler(object sender, StructureChangedEventArgs e); #else public delegate void StructureChangedEventHandler(object sender, StructureChangedEventArgs e); #endif ////// Logical structure change flags /// [ComVisible(true)] [Guid("e4cfef41-071d-472c-a65c-c14f59ea81eb")] #if (INTERNAL_COMPILE) internal enum StructureChangeType #else public enum StructureChangeType #endif { ///Logical child added ChildAdded, ///Logical child removed ChildRemoved, ///Logical children invalidated ChildrenInvalidated, ///Logical children were bulk added ChildrenBulkAdded, ///Logical children were bulk removed ChildrenBulkRemoved, ///The order of the children below their parent has changed. ChildrenReordered, } ////// Structure changed event args class /// ///#if (INTERNAL_COMPILE) internal sealed class StructureChangedEventArgs : AutomationEventArgs #else public sealed class StructureChangedEventArgs : AutomationEventArgs #endif { //----------------------------------------------------- // // Constructors // //----------------------------------------------------- #region Constructors /// /// Constructor for logical structure changed event args. /// ///public StructureChangedEventArgs(StructureChangeType structureChangeType, int [] runtimeId) : base(AutomationElementIdentifiers.StructureChangedEvent) { if (runtimeId == null) { throw new ArgumentNullException("runtimeId"); } _structureChangeType = structureChangeType; _runtimeID = (int [])runtimeId.Clone(); } #endregion Constructors //------------------------------------------------------ // // Public Properties // //----------------------------------------------------- #region Public Properties /// /// Returns the PAW runtime identifier /// ///public int [] GetRuntimeId() { return (int [])_runtimeID.Clone(); } /// /// Returns the the type of tree change: /// ///public StructureChangeType StructureChangeType { get { return _structureChangeType; } } #endregion Public Properties //------------------------------------------------------ // // Private Fields // //------------------------------------------------------ #region Private Fields private StructureChangeType _structureChangeType; 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
- WpfPayload.cs
- WebPartAddingEventArgs.cs
- Schedule.cs
- LinkLabelLinkClickedEvent.cs
- xsdvalidator.cs
- KeyedCollection.cs
- GlobalItem.cs
- SecurityManager.cs
- PointConverter.cs
- ScriptHandlerFactory.cs
- RunInstallerAttribute.cs
- MsmqAuthenticationMode.cs
- CaretElement.cs
- HttpCapabilitiesEvaluator.cs
- PriorityItem.cs
- ToolStripDesignerAvailabilityAttribute.cs
- ParameterInfo.cs
- ScriptResourceMapping.cs
- DiscoveryReferences.cs
- EntityReference.cs
- FileSystemEnumerable.cs
- RtfNavigator.cs
- SolidColorBrush.cs
- XhtmlTextWriter.cs
- InputLanguage.cs
- TextServicesDisplayAttribute.cs
- SQLStringStorage.cs
- ControlPaint.cs
- RecipientServiceModelSecurityTokenRequirement.cs
- XmlNode.cs
- CalculatedColumn.cs
- RunClient.cs
- HostingEnvironmentException.cs
- AssemblyInfo.cs
- LinkedList.cs
- SqlTypeConverter.cs
- BooleanExpr.cs
- MetadataPropertyvalue.cs
- SourceChangedEventArgs.cs
- PagesSection.cs
- UnsettableComboBox.cs
- NamespaceEmitter.cs
- FrameworkElementFactory.cs
- _NegoStream.cs
- Graphics.cs
- RemotingException.cs
- _ListenerResponseStream.cs
- COM2IDispatchConverter.cs
- TextDecorationUnitValidation.cs
- DPCustomTypeDescriptor.cs
- DataKeyCollection.cs
- ClockGroup.cs
- CharUnicodeInfo.cs
- SqlDataReaderSmi.cs
- SymbolMethod.cs
- ShaderEffect.cs
- XhtmlTextWriter.cs
- EventInfo.cs
- ArraySubsetEnumerator.cs
- Assert.cs
- TabItemWrapperAutomationPeer.cs
- ComponentChangedEvent.cs
- FrameAutomationPeer.cs
- FunctionMappingTranslator.cs
- XslNumber.cs
- BitmapCodecInfo.cs
- CommandValueSerializer.cs
- StateDesigner.Helpers.cs
- SqlAliaser.cs
- FormatPage.cs
- AttributeCollection.cs
- DataGridViewImageColumn.cs
- RequestCacheValidator.cs
- CompatibleIComparer.cs
- MSG.cs
- ContainerParagraph.cs
- DataGridViewCellEventArgs.cs
- ApplicationContext.cs
- AttributeUsageAttribute.cs
- ProviderConnectionPoint.cs
- LambdaSerializationException.cs
- HttpListenerRequest.cs
- TableCell.cs
- WindowsListViewGroup.cs
- NativeRecognizer.cs
- IdnElement.cs
- PhoneCallDesigner.cs
- XmlHierarchyData.cs
- BlurEffect.cs
- CodeMethodInvokeExpression.cs
- AuthenticodeSignatureInformation.cs
- SafeHandle.cs
- CompositeActivityMarkupSerializer.cs
- MDIClient.cs
- Int64AnimationBase.cs
- InvariantComparer.cs
- CapabilitiesState.cs
- CollectionViewGroup.cs
- VisualStyleInformation.cs
- WrappingXamlSchemaContext.cs