Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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. //------------------------------------------------------------------------------ ///// 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
- SHA1CryptoServiceProvider.cs
- SecurityIdentifierConverter.cs
- DbQueryCommandTree.cs
- PageHandlerFactory.cs
- SoapCommonClasses.cs
- TextWriter.cs
- QilGenerator.cs
- CssTextWriter.cs
- DataGridViewSelectedRowCollection.cs
- FixedFlowMap.cs
- BufferedStream.cs
- ReflectionTypeLoadException.cs
- WindowsUpDown.cs
- XmlReader.cs
- HttpClientProtocol.cs
- BuildProviderCollection.cs
- AssertSection.cs
- ClientOptions.cs
- ExpressionPrefixAttribute.cs
- BooleanAnimationBase.cs
- HtmlTableCellCollection.cs
- ClientProtocol.cs
- InitializationEventAttribute.cs
- RemotingSurrogateSelector.cs
- TextContainerHelper.cs
- NameValueConfigurationCollection.cs
- ScrollContentPresenter.cs
- BooleanAnimationBase.cs
- _OSSOCK.cs
- TextElement.cs
- WeakReferenceEnumerator.cs
- ContextMenuStripGroup.cs
- OptimizedTemplateContent.cs
- NodeLabelEditEvent.cs
- StringArrayConverter.cs
- RepeatInfo.cs
- DefaultIfEmptyQueryOperator.cs
- HuffCodec.cs
- TdsParameterSetter.cs
- AbsoluteQuery.cs
- EntityReference.cs
- BitmapData.cs
- SqlParameter.cs
- JoinSymbol.cs
- JoinElimination.cs
- path.cs
- DataGridViewUtilities.cs
- ControlAdapter.cs
- DesignerDeviceConfig.cs
- CurrentTimeZone.cs
- EventItfInfo.cs
- ParseNumbers.cs
- MapPathBasedVirtualPathProvider.cs
- JsonEncodingStreamWrapper.cs
- CompiledAction.cs
- ListView.cs
- MainMenu.cs
- ResourcePermissionBaseEntry.cs
- Frame.cs
- PlatformNotSupportedException.cs
- RootBuilder.cs
- ListViewGroupCollectionEditor.cs
- ButtonFieldBase.cs
- NavigationWindow.cs
- SoapSchemaMember.cs
- _SpnDictionary.cs
- FreezableOperations.cs
- XmlToDatasetMap.cs
- StrongName.cs
- DataGridColumnReorderingEventArgs.cs
- PropertyRef.cs
- UrlParameterReader.cs
- ClickablePoint.cs
- WebHttpBinding.cs
- path.cs
- Int16Storage.cs
- ResourceAttributes.cs
- XmlSchemaValidator.cs
- GC.cs
- LineSegment.cs
- CodeCastExpression.cs
- SolidBrush.cs
- ComEventsMethod.cs
- BitmapPalettes.cs
- PropertyPushdownHelper.cs
- WebPartManagerInternals.cs
- DataGridViewCellStyle.cs
- objectquery_tresulttype.cs
- GregorianCalendarHelper.cs
- TextContainerChangedEventArgs.cs
- ChildrenQuery.cs
- MSAAEventDispatcher.cs
- XmlAttributeOverrides.cs
- AlphaSortedEnumConverter.cs
- CollectionBuilder.cs
- ViewPort3D.cs
- OperandQuery.cs
- Base64Stream.cs
- TemporaryBitmapFile.cs
- DataView.cs