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
- SurrogateChar.cs
- OdbcEnvironment.cs
- WSHttpBindingCollectionElement.cs
- CompilationLock.cs
- StylusButtonCollection.cs
- XPathChildIterator.cs
- CommandConverter.cs
- ToggleButtonAutomationPeer.cs
- ConfigXmlAttribute.cs
- LineVisual.cs
- Classification.cs
- XmlNodeList.cs
- CFStream.cs
- __FastResourceComparer.cs
- PageFunction.cs
- PassportAuthenticationModule.cs
- RoutedEvent.cs
- FormatConvertedBitmap.cs
- MouseEventArgs.cs
- DataSourceSelectArguments.cs
- PrintingPermission.cs
- InkPresenter.cs
- RemoteArgument.cs
- DataSysAttribute.cs
- TableLayoutCellPaintEventArgs.cs
- XmlBoundElement.cs
- DefaultEvaluationContext.cs
- ObjectAssociationEndMapping.cs
- ConvertersCollection.cs
- SystemException.cs
- FileUtil.cs
- IISUnsafeMethods.cs
- ConfigurationPermission.cs
- HostnameComparisonMode.cs
- Animatable.cs
- HandleExceptionArgs.cs
- GeneralTransform3DCollection.cs
- SettingsBindableAttribute.cs
- ExpandCollapsePattern.cs
- EmulateRecognizeCompletedEventArgs.cs
- DataRowView.cs
- TemplatePagerField.cs
- FtpRequestCacheValidator.cs
- SecurityContext.cs
- TextTreeNode.cs
- COM2TypeInfoProcessor.cs
- Char.cs
- GlyphRunDrawing.cs
- FixedSOMTable.cs
- InstanceKeyCollisionException.cs
- TransactionManager.cs
- RuntimeHandles.cs
- ExtendedPropertyCollection.cs
- UnmanagedMemoryStreamWrapper.cs
- translator.cs
- Crc32.cs
- WindowsScroll.cs
- XmlCharacterData.cs
- DataServiceEntityAttribute.cs
- ControlIdConverter.cs
- XmlSchemaObjectTable.cs
- ClientApiGenerator.cs
- DataGridView.cs
- Rotation3DAnimation.cs
- WebMessageEncodingBindingElement.cs
- Baml2006KeyRecord.cs
- PenThreadPool.cs
- QilInvokeLateBound.cs
- ReadOnlyHierarchicalDataSourceView.cs
- ValidationRuleCollection.cs
- SubclassTypeValidatorAttribute.cs
- HWStack.cs
- ShapingWorkspace.cs
- DataTableClearEvent.cs
- CommonDialog.cs
- ResourceProviderFactory.cs
- Empty.cs
- LinkLabel.cs
- shaperfactoryquerycacheentry.cs
- MessageQueuePermissionAttribute.cs
- BlurBitmapEffect.cs
- AuthorizationSection.cs
- MarkerProperties.cs
- Model3DGroup.cs
- StorageEntitySetMapping.cs
- CodePropertyReferenceExpression.cs
- PreviewPageInfo.cs
- MenuItemStyle.cs
- ZipArchive.cs
- XmlSchemaAnnotation.cs
- TreeNodeStyle.cs
- CharacterMetrics.cs
- RadialGradientBrush.cs
- InvalidComObjectException.cs
- PseudoWebRequest.cs
- FrameworkReadOnlyPropertyMetadata.cs
- BevelBitmapEffect.cs
- EntityDataSourceChangingEventArgs.cs
- RuleInfoComparer.cs
- AsyncStreamReader.cs