Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / CommonUI / System / Drawing / Design / ToolboxComponentsCreatingEventArgs.cs / 1 / ToolboxComponentsCreatingEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Drawing.Design { using System; using System.ComponentModel.Design; ////// /// [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")] [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")] public class ToolboxComponentsCreatingEventArgs : EventArgs { private readonly IDesignerHost host; ///Provides data for the 'ToolboxComponentsCreatingEventArgs' event that occurs /// when components are added to the toolbox. ////// /// public ToolboxComponentsCreatingEventArgs(IDesignerHost host) { this.host = host; } ////// Initializes a new instance of the ///object. /// /// /// public IDesignerHost DesignerHost { get { return host; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved./// An instance of IDesignerHost that has made the creat request. This can be null if no designer host /// was provided to the toolbox item. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Inline.cs
- ContentValidator.cs
- WebPartZone.cs
- ImageDrawing.cs
- StringWriter.cs
- ErrorWebPart.cs
- SafeEventLogWriteHandle.cs
- DynamicArgumentDesigner.xaml.cs
- Profiler.cs
- BamlCollectionHolder.cs
- DataGridViewDataErrorEventArgs.cs
- Choices.cs
- XmlCharCheckingReader.cs
- MsmqHostedTransportConfiguration.cs
- RectAnimationClockResource.cs
- HMACSHA512.cs
- LoginUtil.cs
- EntityDesignerBuildProvider.cs
- streamingZipPartStream.cs
- TableStyle.cs
- PropertyDescriptor.cs
- IndexedEnumerable.cs
- CodeTryCatchFinallyStatement.cs
- EventlogProvider.cs
- StaticSiteMapProvider.cs
- MarkupWriter.cs
- PathSegment.cs
- SimpleExpression.cs
- HttpMethodAttribute.cs
- ConsumerConnectionPoint.cs
- ReservationNotFoundException.cs
- MediaPlayerState.cs
- ObjectQuery.cs
- XamlHttpHandlerFactory.cs
- Attributes.cs
- IdentityReference.cs
- GridToolTip.cs
- ResourceIDHelper.cs
- UnionCodeGroup.cs
- ComponentCollection.cs
- ResourceContainer.cs
- ServiceModelTimeSpanValidator.cs
- milrender.cs
- AlgoModule.cs
- SerializationInfo.cs
- SqlBulkCopyColumnMappingCollection.cs
- AdornedElementPlaceholder.cs
- TextCompositionManager.cs
- IApplicationTrustManager.cs
- RC2.cs
- SwitchAttribute.cs
- PolyLineSegmentFigureLogic.cs
- PassportAuthenticationEventArgs.cs
- x509utils.cs
- BindingExpression.cs
- CalendarAutomationPeer.cs
- MULTI_QI.cs
- GlyphsSerializer.cs
- ExplicitDiscriminatorMap.cs
- DispatcherExceptionFilterEventArgs.cs
- FileCodeGroup.cs
- DifferencingCollection.cs
- relpropertyhelper.cs
- PolyLineSegment.cs
- SymbolPair.cs
- XamlHostingSectionGroup.cs
- DataSourceControlBuilder.cs
- RelationshipWrapper.cs
- TextDecorations.cs
- UnionExpr.cs
- OracleFactory.cs
- ClientType.cs
- EqualityArray.cs
- DbInsertCommandTree.cs
- StateWorkerRequest.cs
- ScriptingProfileServiceSection.cs
- DataGridViewCellMouseEventArgs.cs
- LineGeometry.cs
- SQLGuid.cs
- Identity.cs
- FlowLayoutPanel.cs
- SaveLedgerEntryRequest.cs
- ZipPackage.cs
- DirectoryNotFoundException.cs
- DockPanel.cs
- PageAdapter.cs
- RightsManagementEncryptedStream.cs
- FormsAuthenticationTicket.cs
- ResourceContainer.cs
- DocumentNUp.cs
- TaskForm.cs
- BrowserCapabilitiesFactoryBase.cs
- RegistryConfigurationProvider.cs
- ClassHandlersStore.cs
- RemoveStoryboard.cs
- ResourceWriter.cs
- StoryFragments.cs
- TextRangeEdit.cs
- PeerNameResolver.cs
- OpCodes.cs