Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / CompMod / System / ComponentModel / Design / ActiveDocumentEvent.cs / 1 / ActiveDocumentEvent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.ComponentModel.Design { using System; using System.ComponentModel; using System.Diagnostics; using System.Security.Permissions; using Microsoft.Win32; ////// [HostProtection(SharedState = true)] [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")] [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")] public class ActiveDesignerEventArgs : EventArgs { ///Provides data for the ////// event. /// The document that is losing activation. /// private readonly IDesignerHost oldDesigner; ////// The document that is gaining activation. /// private readonly IDesignerHost newDesigner; ////// public ActiveDesignerEventArgs(IDesignerHost oldDesigner, IDesignerHost newDesigner) { this.oldDesigner = oldDesigner; this.newDesigner = newDesigner; } ///Initializes a new instance of the ////// class. /// public IDesignerHost OldDesigner { get { return oldDesigner; } } ////// Gets or /// sets the document that is losing activation. /// ////// public IDesignerHost NewDesigner { get { return newDesigner; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ ///// Gets or /// sets the document that is gaining activation. /// ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.ComponentModel.Design { using System; using System.ComponentModel; using System.Diagnostics; using System.Security.Permissions; using Microsoft.Win32; ////// [HostProtection(SharedState = true)] [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")] [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")] public class ActiveDesignerEventArgs : EventArgs { ///Provides data for the ////// event. /// The document that is losing activation. /// private readonly IDesignerHost oldDesigner; ////// The document that is gaining activation. /// private readonly IDesignerHost newDesigner; ////// public ActiveDesignerEventArgs(IDesignerHost oldDesigner, IDesignerHost newDesigner) { this.oldDesigner = oldDesigner; this.newDesigner = newDesigner; } ///Initializes a new instance of the ////// class. /// public IDesignerHost OldDesigner { get { return oldDesigner; } } ////// Gets or /// sets the document that is losing activation. /// ////// public IDesignerHost NewDesigner { get { return newDesigner; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// Gets or /// sets the document that is gaining activation. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- RoutedPropertyChangedEventArgs.cs
- ConditionalAttribute.cs
- DataGridViewCell.cs
- UnknownWrapper.cs
- Char.cs
- SqlServer2KCompatibilityAnnotation.cs
- EntitySet.cs
- MobileTemplatedControlDesigner.cs
- SerializationInfo.cs
- LinqDataSourceHelper.cs
- NativeObjectSecurity.cs
- ThreadInterruptedException.cs
- PointAnimationBase.cs
- DesignParameter.cs
- DataGrid.cs
- InputLanguageCollection.cs
- XMLSchema.cs
- XmlSchemaSimpleTypeUnion.cs
- HtmlControlPersistable.cs
- PathGeometry.cs
- WebBrowser.cs
- SchemaImporter.cs
- PathTooLongException.cs
- RightsManagementPermission.cs
- OverflowException.cs
- TableLayoutRowStyleCollection.cs
- DataGridViewCheckBoxCell.cs
- sqlnorm.cs
- MaterialCollection.cs
- WizardStepBase.cs
- LinkedList.cs
- WmlLabelAdapter.cs
- CustomValidator.cs
- CharEntityEncoderFallback.cs
- ConfigurationLocationCollection.cs
- CodeTypeParameter.cs
- EllipseGeometry.cs
- DrawingVisualDrawingContext.cs
- ClassHandlersStore.cs
- ResourceReader.cs
- EncodingInfo.cs
- Predicate.cs
- BuildResult.cs
- SessionParameter.cs
- SchemaDeclBase.cs
- HostingEnvironmentWrapper.cs
- MimeTypeMapper.cs
- NetNamedPipeSecurityElement.cs
- MenuItemAutomationPeer.cs
- RegexCapture.cs
- Cursor.cs
- X509CertificateChain.cs
- MexHttpsBindingCollectionElement.cs
- MenuItem.cs
- SequentialOutput.cs
- EdmFunctions.cs
- ExecutionContext.cs
- DesignerActionList.cs
- NavigationProperty.cs
- EventLogInformation.cs
- Parser.cs
- GCHandleCookieTable.cs
- EventMappingSettingsCollection.cs
- URLString.cs
- DynamicResourceExtension.cs
- WindowsToolbarItemAsMenuItem.cs
- StrokeNodeData.cs
- RoutedEventValueSerializer.cs
- serverconfig.cs
- SoundPlayerAction.cs
- MetafileHeaderEmf.cs
- Compilation.cs
- XmlEncodedRawTextWriter.cs
- CodePageUtils.cs
- ByteViewer.cs
- ScriptHandlerFactory.cs
- DataColumnSelectionConverter.cs
- ChangePasswordAutoFormat.cs
- DesignerUtility.cs
- StateInitializationDesigner.cs
- DataTablePropertyDescriptor.cs
- BitmapEditor.cs
- ZipFileInfo.cs
- LinkButton.cs
- TimeBoundedCache.cs
- PointF.cs
- TdsEnums.cs
- TextTreeUndo.cs
- Panel.cs
- PackagingUtilities.cs
- CodeCommentStatementCollection.cs
- PolicyException.cs
- OpenFileDialog.cs
- SqlUtil.cs
- AuthenticationService.cs
- KnownIds.cs
- ButtonFieldBase.cs
- SQLChars.cs
- BookmarkEventArgs.cs
- HttpBrowserCapabilitiesBase.cs