Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CompMod / System / ComponentModel / Design / ActiveDocumentEvent.cs / 1305376 / 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;
///
/// Provides data for the
/// event.
///
[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 {
///
/// The document that is losing activation.
///
private readonly IDesignerHost oldDesigner;
///
/// The document that is gaining activation.
///
private readonly IDesignerHost newDesigner;
///
/// Initializes a new instance of the
/// class.
///
public ActiveDesignerEventArgs(IDesignerHost oldDesigner, IDesignerHost newDesigner) {
this.oldDesigner = oldDesigner;
this.newDesigner = newDesigner;
}
///
///
/// Gets or
/// sets the document that is losing activation.
///
///
public IDesignerHost OldDesigner {
get {
return oldDesigner;
}
}
///
///
/// Gets or
/// sets the document that is gaining activation.
///
///
public IDesignerHost NewDesigner {
get {
return newDesigner;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
//------------------------------------------------------------------------------
//
// 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;
///
/// Provides data for the
/// event.
///
[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 {
///
/// The document that is losing activation.
///
private readonly IDesignerHost oldDesigner;
///
/// The document that is gaining activation.
///
private readonly IDesignerHost newDesigner;
///
/// Initializes a new instance of the
/// class.
///
public ActiveDesignerEventArgs(IDesignerHost oldDesigner, IDesignerHost newDesigner) {
this.oldDesigner = oldDesigner;
this.newDesigner = newDesigner;
}
///
///
/// Gets or
/// sets the document that is losing activation.
///
///
public IDesignerHost OldDesigner {
get {
return oldDesigner;
}
}
///
///
/// Gets or
/// sets the document that is gaining activation.
///
///
public IDesignerHost NewDesigner {
get {
return newDesigner;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- oledbconnectionstring.cs
- ActivityDesignerLayoutSerializers.cs
- HintTextConverter.cs
- ZipIORawDataFileBlock.cs
- XpsSerializationManagerAsync.cs
- EpmCustomContentWriterNodeData.cs
- FixedDSBuilder.cs
- EncoderParameters.cs
- MessageQueueEnumerator.cs
- Screen.cs
- CurrentTimeZone.cs
- BitVector32.cs
- PageSetupDialog.cs
- Assembly.cs
- ProcessHostMapPath.cs
- KeyInstance.cs
- PublisherMembershipCondition.cs
- FormDesigner.cs
- SQLBinary.cs
- dataprotectionpermissionattribute.cs
- Canvas.cs
- XmlSchemaGroupRef.cs
- DataRowChangeEvent.cs
- URI.cs
- indexingfiltermarshaler.cs
- XmlSchemaComplexContentRestriction.cs
- AuthStoreRoleProvider.cs
- AttributeProviderAttribute.cs
- DescriptionCreator.cs
- HtmlControlAdapter.cs
- UIInitializationException.cs
- RowsCopiedEventArgs.cs
- _AcceptOverlappedAsyncResult.cs
- View.cs
- WebPartCatalogCloseVerb.cs
- PolicyVersion.cs
- DataGridViewCellCollection.cs
- DataGridRowClipboardEventArgs.cs
- assemblycache.cs
- ArgumentDesigner.xaml.cs
- FlagsAttribute.cs
- ShapingEngine.cs
- SqlProfileProvider.cs
- PresentationSource.cs
- ObservableDictionary.cs
- ChunkedMemoryStream.cs
- SspiWrapper.cs
- HiddenFieldPageStatePersister.cs
- ScrollEvent.cs
- DashStyle.cs
- path.cs
- PointCollection.cs
- MessageDesigner.cs
- AssemblyFilter.cs
- ShapingEngine.cs
- DesignerCapabilities.cs
- UnsignedPublishLicense.cs
- ToolStripMenuItemDesigner.cs
- UTF8Encoding.cs
- IndexingContentUnit.cs
- TextEmbeddedObject.cs
- EnvelopedSignatureTransform.cs
- MediaElementAutomationPeer.cs
- XmlReaderDelegator.cs
- BamlWriter.cs
- PathSegment.cs
- ProjectionQueryOptionExpression.cs
- WmlValidationSummaryAdapter.cs
- TypeForwardedToAttribute.cs
- X509Certificate2.cs
- SectionVisual.cs
- DbCommandDefinition.cs
- ConsumerConnectionPoint.cs
- FixedTextBuilder.cs
- NameValuePair.cs
- StylusEventArgs.cs
- SortDescriptionCollection.cs
- EventHandlers.cs
- SatelliteContractVersionAttribute.cs
- XsdCachingReader.cs
- VScrollProperties.cs
- FlowLayoutPanel.cs
- EpmCustomContentWriterNodeData.cs
- SynchronizedReadOnlyCollection.cs
- Function.cs
- KeyNotFoundException.cs
- SelectionEditor.cs
- TTSEvent.cs
- TextRangeAdaptor.cs
- OdbcConnectionOpen.cs
- SafeNativeMethodsOther.cs
- DateTimeOffsetAdapter.cs
- EmbeddedMailObject.cs
- Int16Animation.cs
- Query.cs
- TransportDefaults.cs
- DiscreteKeyFrames.cs
- XmlLinkedNode.cs
- EntityDataSourceStatementEditorForm.cs
- SortKey.cs