Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CommonUI / System / Drawing / Design / ToolboxComponentsCreatedEventArgs.cs / 1305376 / 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./// An array storing the toolbox components. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- NamedPipeTransportSecurityElement.cs
- UMPAttributes.cs
- IdentityHolder.cs
- InvokeGenerator.cs
- CacheMemory.cs
- wgx_commands.cs
- PartManifestEntry.cs
- ToolStripDropTargetManager.cs
- WindowsListBox.cs
- XmlSchemaSubstitutionGroup.cs
- EntitySetBaseCollection.cs
- HtmlElement.cs
- BuildProvider.cs
- ObjectCloneHelper.cs
- JsonGlobals.cs
- RoleGroupCollectionEditor.cs
- RootBuilder.cs
- SmtpException.cs
- ReferenceService.cs
- PropertyPushdownHelper.cs
- ParallelQuery.cs
- HandledEventArgs.cs
- HtmlInputButton.cs
- SupportsEventValidationAttribute.cs
- RichTextBoxAutomationPeer.cs
- ComponentDispatcherThread.cs
- RealProxy.cs
- Compress.cs
- CharacterBufferReference.cs
- NameTable.cs
- CodeStatement.cs
- EntityDataSourceContainerNameItem.cs
- TypeLibConverter.cs
- Brush.cs
- CompiledQueryCacheEntry.cs
- QilInvoke.cs
- Random.cs
- columnmapkeybuilder.cs
- CodeTypeReference.cs
- SignerInfo.cs
- ObjectParameter.cs
- UpDownBase.cs
- SessionEndingEventArgs.cs
- ToolStripSplitStackLayout.cs
- DebugView.cs
- NamespaceCollection.cs
- XmlQualifiedName.cs
- Message.cs
- SubMenuStyleCollectionEditor.cs
- SchemaNotation.cs
- RegexCompiler.cs
- SqlClientPermission.cs
- XmlRootAttribute.cs
- Win32Native.cs
- ReachDocumentReferenceSerializer.cs
- __Filters.cs
- WebPartsPersonalization.cs
- CodeCatchClause.cs
- BaseTemplateParser.cs
- SQLDouble.cs
- MemberExpression.cs
- ListItemCollection.cs
- _SecureChannel.cs
- DataGridViewTextBoxColumn.cs
- DbParameterHelper.cs
- SingleAnimationUsingKeyFrames.cs
- TypeUnloadedException.cs
- CapabilitiesSection.cs
- GcSettings.cs
- DataSysAttribute.cs
- EdmPropertyAttribute.cs
- DataGridBoolColumn.cs
- Rectangle.cs
- Transform.cs
- UriTemplateDispatchFormatter.cs
- CodeValidator.cs
- SoundPlayerAction.cs
- ListViewItemEventArgs.cs
- XmlSchemaAppInfo.cs
- AspCompat.cs
- ProcessActivityTreeOptions.cs
- WsdlBuildProvider.cs
- AssemblyLoader.cs
- CompatibleComparer.cs
- LayeredChannelFactory.cs
- HtmlInputReset.cs
- ReachSerializer.cs
- SpAudioStreamWrapper.cs
- IsolationInterop.cs
- DbInsertCommandTree.cs
- LayoutInformation.cs
- FileSystemWatcher.cs
- XmlSchemaComplexType.cs
- EdgeProfileValidation.cs
- WmiEventSink.cs
- DataServiceProcessingPipeline.cs
- ProcessModule.cs
- TableLayoutStyle.cs
- _ProxyRegBlob.cs
- BaseServiceProvider.cs