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
- UserControlBuildProvider.cs
- sqlser.cs
- BatchWriter.cs
- BamlRecordReader.cs
- ForwardPositionQuery.cs
- DataGridPagerStyle.cs
- StringBuilder.cs
- ImageBrush.cs
- XD.cs
- XmlILTrace.cs
- ProjectionRewriter.cs
- XmlIlTypeHelper.cs
- PropertyPathWorker.cs
- VScrollBar.cs
- DataTableNewRowEvent.cs
- MenuItem.cs
- JapaneseLunisolarCalendar.cs
- CodeTypeConstructor.cs
- RowUpdatingEventArgs.cs
- EditCommandColumn.cs
- PingReply.cs
- ExpressionEditorAttribute.cs
- WebChannelFactory.cs
- TiffBitmapDecoder.cs
- WebPartDescriptionCollection.cs
- GlobalItem.cs
- WebMessageEncoderFactory.cs
- SafeProcessHandle.cs
- SourceCollection.cs
- OpacityConverter.cs
- XmlNode.cs
- UIElement.cs
- DataGridItemCollection.cs
- TypefaceMap.cs
- LogStore.cs
- SQLConvert.cs
- CngProvider.cs
- FixedElement.cs
- WebPartEditVerb.cs
- Route.cs
- RtfToXamlReader.cs
- ContextMenuAutomationPeer.cs
- BuildManager.cs
- Typeface.cs
- CacheHelper.cs
- PeerApplication.cs
- ImageCodecInfo.cs
- coordinator.cs
- TypeConverterHelper.cs
- DataMisalignedException.cs
- SHA384CryptoServiceProvider.cs
- StructuredTypeEmitter.cs
- LocalizationComments.cs
- XmlSchemaAppInfo.cs
- EditingCommands.cs
- CompositeTypefaceMetrics.cs
- SafeProcessHandle.cs
- mansign.cs
- PassportPrincipal.cs
- Exception.cs
- CheckBoxField.cs
- ClipboardData.cs
- CompilerInfo.cs
- DrawItemEvent.cs
- RegexWriter.cs
- NotificationContext.cs
- BitmapData.cs
- StreamUpgradeInitiator.cs
- SafeWaitHandle.cs
- VolatileEnlistmentMultiplexing.cs
- ErrorHandler.cs
- HttpChannelListener.cs
- ConfigXmlSignificantWhitespace.cs
- PrintEvent.cs
- SafeLibraryHandle.cs
- XamlSerializerUtil.cs
- ValidationPropertyAttribute.cs
- UIElement.cs
- RepeatButton.cs
- NavigationProperty.cs
- AuthorizationRule.cs
- Point3DCollectionValueSerializer.cs
- LabelInfo.cs
- UnconditionalPolicy.cs
- PreProcessInputEventArgs.cs
- ReaderContextStackData.cs
- DataGridViewCellParsingEventArgs.cs
- StylusOverProperty.cs
- ConfigurationStrings.cs
- CollectionsUtil.cs
- FaultCode.cs
- ParameterReplacerVisitor.cs
- ProjectionCamera.cs
- BCryptNative.cs
- DependencyPropertyChangedEventArgs.cs
- SignedInfo.cs
- PingReply.cs
- XPathNodeHelper.cs
- DataGridCellItemAutomationPeer.cs
- ApplicationSecurityManager.cs