Code:
/ DotNET / DotNET / 8.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
- QualificationDataItem.cs
- EnlistmentState.cs
- JournalEntryListConverter.cs
- ServicePoint.cs
- FileSecurity.cs
- WpfSharedBamlSchemaContext.cs
- CapabilitiesUse.cs
- PersonalizablePropertyEntry.cs
- XamlPointCollectionSerializer.cs
- AsymmetricKeyExchangeDeformatter.cs
- GridViewRow.cs
- SecurityVerifiedMessage.cs
- Keywords.cs
- AutoGeneratedFieldProperties.cs
- DoubleCollection.cs
- Symbol.cs
- Events.cs
- ScaleTransform3D.cs
- HtmlContainerControl.cs
- GiveFeedbackEventArgs.cs
- ExpressionLexer.cs
- StrokeNodeOperations2.cs
- ArraySet.cs
- VectorCollection.cs
- XsltConvert.cs
- RSAPKCS1SignatureFormatter.cs
- MachineKeySection.cs
- BindToObject.cs
- XmlNodeChangedEventManager.cs
- SHA384Cng.cs
- CustomErrorCollection.cs
- NamespaceDecl.cs
- NotifyIcon.cs
- SelectManyQueryOperator.cs
- PeerInvitationResponse.cs
- RectangleF.cs
- CompModSwitches.cs
- GeometryConverter.cs
- MappingModelBuildProvider.cs
- HttpRequestCacheValidator.cs
- InertiaTranslationBehavior.cs
- TableCellAutomationPeer.cs
- HierarchicalDataBoundControl.cs
- FileDialog.cs
- UMPAttributes.cs
- DecoderReplacementFallback.cs
- InputBinder.cs
- AutoGeneratedField.cs
- ValidationRule.cs
- TokenizerHelper.cs
- TrustManagerMoreInformation.cs
- UriTemplateClientFormatter.cs
- StateMachineTimers.cs
- JumpItem.cs
- VisualBasicSettingsConverter.cs
- DockingAttribute.cs
- XmlCollation.cs
- PersonalizationStateInfoCollection.cs
- OpCodes.cs
- ScriptReference.cs
- EnumerableRowCollection.cs
- SqlXmlStorage.cs
- AssemblyBuilderData.cs
- _KerberosClient.cs
- TerminatorSinks.cs
- StatusBarAutomationPeer.cs
- EntryPointNotFoundException.cs
- TimeSpanParse.cs
- Binding.cs
- ActivityInterfaces.cs
- XmlObjectSerializerWriteContextComplexJson.cs
- SettingsProviderCollection.cs
- GenericNameHandler.cs
- PersonalizationState.cs
- Ray3DHitTestResult.cs
- InternalResources.cs
- MissingMethodException.cs
- RichTextBox.cs
- FunctionImportMapping.cs
- PriorityBinding.cs
- SolidColorBrush.cs
- XmlDataSource.cs
- ProgressChangedEventArgs.cs
- TogglePatternIdentifiers.cs
- PropertyDescriptorCollection.cs
- WebPartVerbCollection.cs
- AttributeProviderAttribute.cs
- DataTablePropertyDescriptor.cs
- AssemblyBuilder.cs
- HostExecutionContextManager.cs
- Listbox.cs
- HttpRequest.cs
- BitmapMetadataBlob.cs
- ArraySegment.cs
- RectIndependentAnimationStorage.cs
- Int16AnimationBase.cs
- RuleAction.cs
- IFlowDocumentViewer.cs
- TypefaceMetricsCache.cs
- QuadraticBezierSegment.cs