Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / CommonUI / System / Drawing / Design / ToolboxComponentsCreatedEventArgs.cs / 1 / ToolboxComponentsCreatedEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Drawing.Design { using System; using System.ComponentModel; ////// /// [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")] [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")] public class ToolboxComponentsCreatedEventArgs : EventArgs { private readonly IComponent[] comps; ///Provides data for the 'ToolboxComponentsCreatedEventArgs' event that occurs /// when components are added to the toolbox. ////// /// public ToolboxComponentsCreatedEventArgs(IComponent[] components) { this.comps = components; } ////// Initializes a new instance of the ///object. /// /// /// public IComponent[] Components { get { return (IComponent[])comps.Clone(); } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved./// An array storing the toolbox components. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- LinearGradientBrush.cs
- Privilege.cs
- DataGridCommandEventArgs.cs
- Point3D.cs
- Rect3D.cs
- ContainerUtilities.cs
- AuthenticationService.cs
- DocumentSequenceHighlightLayer.cs
- Binding.cs
- XmlSchemaAttribute.cs
- NetTcpSecurity.cs
- DBConnection.cs
- ResourceExpression.cs
- SettingsAttributeDictionary.cs
- X509CertificateClaimSet.cs
- KnownTypes.cs
- ClientOperation.cs
- WebRequestModuleElementCollection.cs
- ProfileService.cs
- WebPartConnectionsConnectVerb.cs
- InvalidPropValue.cs
- ObjectListCommandEventArgs.cs
- TemplateBamlRecordReader.cs
- TimeZone.cs
- SafeTokenHandle.cs
- ObjectAnimationUsingKeyFrames.cs
- HierarchicalDataSourceControl.cs
- EntityStoreSchemaFilterEntry.cs
- BlockCollection.cs
- DataGridTableStyleMappingNameEditor.cs
- BrushConverter.cs
- MailBnfHelper.cs
- ControlCachePolicy.cs
- DecoderNLS.cs
- SpotLight.cs
- MemberInfoSerializationHolder.cs
- GridPattern.cs
- BitConverter.cs
- DynamicField.cs
- SessionState.cs
- BindingList.cs
- SystemIPInterfaceStatistics.cs
- Hex.cs
- ContentHostHelper.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- __FastResourceComparer.cs
- SingletonInstanceContextProvider.cs
- CustomAttributeBuilder.cs
- UserNamePasswordValidator.cs
- MethodRental.cs
- Encoder.cs
- XPathDocument.cs
- ExceptionAggregator.cs
- HttpHandlerAction.cs
- EventHandlersDesigner.cs
- ChangesetResponse.cs
- XPathAncestorIterator.cs
- XPathNodePointer.cs
- ErrorLog.cs
- EdmProviderManifest.cs
- NotifyInputEventArgs.cs
- SerializationSectionGroup.cs
- HandledMouseEvent.cs
- MarshalByValueComponent.cs
- FontNameEditor.cs
- TypeValidationEventArgs.cs
- UDPClient.cs
- GPPOINTF.cs
- DataListItemCollection.cs
- SHA256.cs
- PagedDataSource.cs
- ObjectStateManager.cs
- ResourceAssociationSet.cs
- XmlNamespaceManager.cs
- GeometryCollection.cs
- FormattedTextSymbols.cs
- PackUriHelper.cs
- DaylightTime.cs
- SamlAssertionKeyIdentifierClause.cs
- AnnotationStore.cs
- storagemappingitemcollection.viewdictionary.cs
- DtcInterfaces.cs
- StoreItemCollection.cs
- AuthenticationServiceManager.cs
- ActivityXRefPropertyEditor.cs
- BamlLocalizableResource.cs
- StorageConditionPropertyMapping.cs
- Verify.cs
- XmlLangPropertyAttribute.cs
- GenericEnumerator.cs
- FrameworkTextComposition.cs
- SafeBitVector32.cs
- RowType.cs
- XmlBinaryReader.cs
- XmlSchemaObject.cs
- Touch.cs
- Rectangle.cs
- TagNameToTypeMapper.cs
- OleDbTransaction.cs
- WebSysDisplayNameAttribute.cs