Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CompMod / System / ComponentModel / Design / DocumentEventArgs.cs / 1305376 / DocumentEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.ComponentModel.Design { using Microsoft.Win32; using System; using System.ComponentModel; using System.Diagnostics; using System.Security.Permissions; ////// [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 DesignerEventArgs : EventArgs { private readonly IDesignerHost host; ///Provides data for the System.ComponentModel.Design.IDesignerEventService.DesignerEvent /// event that is generated when a document is created or disposed. ////// public DesignerEventArgs(IDesignerHost host) { this.host = host; } ////// Initializes a new instance of the System.ComponentModel.Design.DesignerEventArgs /// class. /// ////// public IDesignerHost Designer { get { return host; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// Gets or /// sets the host of the document. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- IdentityNotMappedException.cs
- CollectionConverter.cs
- KeyedQueue.cs
- ThrowHelper.cs
- CodeMethodMap.cs
- ElementHostAutomationPeer.cs
- ProbeRequestResponseAsyncResult.cs
- ButtonAutomationPeer.cs
- TypeUsageBuilder.cs
- RadioButtonPopupAdapter.cs
- SqlCrossApplyToCrossJoin.cs
- DisplayNameAttribute.cs
- XmlSchemaAttribute.cs
- AutoScrollExpandMessageFilter.cs
- VectorCollectionValueSerializer.cs
- PointAnimationClockResource.cs
- TextFragmentEngine.cs
- SqlServer2KCompatibilityAnnotation.cs
- SqlIdentifier.cs
- UInt32Storage.cs
- SqlParameterCollection.cs
- ActivityDesignerLayoutSerializers.cs
- PermissionSet.cs
- XPathMultyIterator.cs
- WorkflowItemPresenter.cs
- GestureRecognitionResult.cs
- DataControlHelper.cs
- TreeViewDesigner.cs
- ColorMap.cs
- StateManagedCollection.cs
- BitmapFrameDecode.cs
- BinaryUtilClasses.cs
- HostUtils.cs
- FormsIdentity.cs
- WebPartHelpVerb.cs
- EventMappingSettings.cs
- DispatcherHookEventArgs.cs
- _ScatterGatherBuffers.cs
- SchemaElement.cs
- RegexCapture.cs
- DataGridItem.cs
- CubicEase.cs
- CreateUserErrorEventArgs.cs
- TimeSpanStorage.cs
- _NativeSSPI.cs
- DynamicValidator.cs
- LinqDataSource.cs
- DashStyle.cs
- BamlMapTable.cs
- SafeNativeMethods.cs
- SqlXmlStorage.cs
- Object.cs
- PrtTicket_Base.cs
- EndOfStreamException.cs
- AttachedPropertyBrowsableAttribute.cs
- FtpWebResponse.cs
- GiveFeedbackEvent.cs
- ListSourceHelper.cs
- Camera.cs
- Emitter.cs
- StatusBarAutomationPeer.cs
- GatewayIPAddressInformationCollection.cs
- HelpFileFileNameEditor.cs
- BackgroundFormatInfo.cs
- Zone.cs
- Model3DCollection.cs
- FieldBuilder.cs
- LinqDataSourceDisposeEventArgs.cs
- OdbcStatementHandle.cs
- ToolStripContentPanel.cs
- TransformBlockRequest.cs
- UnknownBitmapDecoder.cs
- DoneReceivingAsyncResult.cs
- MarkupCompilePass1.cs
- ParserOptions.cs
- StoreAnnotationsMap.cs
- ReflectionHelper.cs
- DuplicateWaitObjectException.cs
- AssemblyBuilderData.cs
- PseudoWebRequest.cs
- Timer.cs
- Quaternion.cs
- TraceXPathNavigator.cs
- Vector3dCollection.cs
- HatchBrush.cs
- AppSecurityManager.cs
- ImageConverter.cs
- ExpressionDumper.cs
- ThousandthOfEmRealPoints.cs
- SymbolEqualComparer.cs
- HelpEvent.cs
- LocalizableAttribute.cs
- InternalBufferOverflowException.cs
- Assign.cs
- PersonalizationStateInfo.cs
- EllipseGeometry.cs
- WebPartVerbCollection.cs
- ExpressionBuilderContext.cs
- KeyValueSerializer.cs
- RegexCompilationInfo.cs