Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CommonUI / System / Drawing / Design / ToolboxComponentsCreatingEventArgs.cs / 1305376 / 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. //------------------------------------------------------------------------------ ///// An instance of IDesignerHost that has made the creat request. This can be null if no designer host /// was provided to the toolbox item. /// ///// 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./// 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
- BypassElementCollection.cs
- CounterCreationDataCollection.cs
- Main.cs
- ErasingStroke.cs
- AnimationClockResource.cs
- SymbolPair.cs
- DbSetClause.cs
- ImageCodecInfoPrivate.cs
- PropertyInformationCollection.cs
- ProxyAttribute.cs
- SqlErrorCollection.cs
- EntitySqlException.cs
- ColorConvertedBitmap.cs
- AttributeProviderAttribute.cs
- DesignerRegion.cs
- CultureSpecificCharacterBufferRange.cs
- InputLanguageProfileNotifySink.cs
- BitmapEffectvisualstate.cs
- BindingEntityInfo.cs
- HeaderedContentControl.cs
- RoutedEventValueSerializer.cs
- ComponentRenameEvent.cs
- StateChangeEvent.cs
- DataGridViewRowHeightInfoPushedEventArgs.cs
- SetterBase.cs
- DetailsViewPagerRow.cs
- Input.cs
- DataComponentMethodGenerator.cs
- CellNormalizer.cs
- StringWriter.cs
- WebPartMovingEventArgs.cs
- NonParentingControl.cs
- RtfFormatStack.cs
- TextBoxBaseDesigner.cs
- FixedFlowMap.cs
- BevelBitmapEffect.cs
- QuaternionIndependentAnimationStorage.cs
- AppDomainFactory.cs
- LifetimeServices.cs
- SpecularMaterial.cs
- FragmentQuery.cs
- SqlBuilder.cs
- XmlSchemaSet.cs
- ExtendedProperty.cs
- BoundColumn.cs
- QuadraticEase.cs
- JsonQueryStringConverter.cs
- DesignerRegionMouseEventArgs.cs
- altserialization.cs
- RuleInfoComparer.cs
- CellConstantDomain.cs
- PropertyItem.cs
- DependencyObjectProvider.cs
- CodeCatchClause.cs
- StateInitialization.cs
- ThreadInterruptedException.cs
- CustomAttributeSerializer.cs
- PropertyGridCommands.cs
- UpdatePanelControlTrigger.cs
- DataReceivedEventArgs.cs
- HttpContextBase.cs
- TableRowGroup.cs
- XmlSchemaDocumentation.cs
- Enum.cs
- CompilerGlobalScopeAttribute.cs
- MethodCallConverter.cs
- ToolStripLocationCancelEventArgs.cs
- GregorianCalendar.cs
- ProfilePropertyNameValidator.cs
- AdjustableArrowCap.cs
- HwndSubclass.cs
- PropVariant.cs
- SafeBitVector32.cs
- SiteMapNodeCollection.cs
- SamlAuthorizationDecisionStatement.cs
- InlineObject.cs
- MembershipAdapter.cs
- BindingGroup.cs
- DataGridViewCellStyleContentChangedEventArgs.cs
- ActivityMetadata.cs
- Button.cs
- AssemblyBuilder.cs
- ImageDrawing.cs
- CompressStream.cs
- StorageModelBuildProvider.cs
- IndexerHelper.cs
- InnerItemCollectionView.cs
- EntityCommandDefinition.cs
- DescendentsWalkerBase.cs
- DataGridRow.cs
- X509AudioLogo.cs
- Image.cs
- uribuilder.cs
- OpenFileDialog.cs
- ResolveDuplex11AsyncResult.cs
- VirtualDirectoryMappingCollection.cs
- COSERVERINFO.cs
- WebPageTraceListener.cs
- CqlBlock.cs
- WindowsNonControl.cs