Code:
/ FX-1434 / FX-1434 / 1.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
- ViewUtilities.cs
- XamlPoint3DCollectionSerializer.cs
- InvariantComparer.cs
- ThreadInterruptedException.cs
- CommandHelpers.cs
- LogExtent.cs
- BitmapMetadataEnumerator.cs
- DataGridViewElement.cs
- FileStream.cs
- EntityDesignerBuildProvider.cs
- UpDownBase.cs
- BoolExpression.cs
- Atom10FormatterFactory.cs
- SafeUserTokenHandle.cs
- Preprocessor.cs
- WindowsEditBoxRange.cs
- PropertyReferenceExtension.cs
- ProcessingInstructionAction.cs
- IIS7UserPrincipal.cs
- TextTreeTextBlock.cs
- ReachPrintTicketSerializer.cs
- HtmlSelect.cs
- RowsCopiedEventArgs.cs
- ObjectPersistData.cs
- GridViewColumnHeaderAutomationPeer.cs
- ContractAdapter.cs
- WindowsGraphicsWrapper.cs
- NonBatchDirectoryCompiler.cs
- NavigatorOutput.cs
- XPathNodeHelper.cs
- XmlChoiceIdentifierAttribute.cs
- BaseParaClient.cs
- XmlProcessingInstruction.cs
- RubberbandSelector.cs
- FixUpCollection.cs
- CompressedStack.cs
- SessionConnectionReader.cs
- ReceiveContextCollection.cs
- ConfigXmlSignificantWhitespace.cs
- DataGridViewRowConverter.cs
- ScrollItemProviderWrapper.cs
- unitconverter.cs
- DataGridViewAutoSizeColumnsModeEventArgs.cs
- MethodToken.cs
- CodeTypeParameterCollection.cs
- PartitionedDataSource.cs
- StatusBarPanelClickEvent.cs
- CompositeCollection.cs
- WCFServiceClientProxyGenerator.cs
- WeakRefEnumerator.cs
- ValueTypeFixupInfo.cs
- FileDialogCustomPlace.cs
- Parser.cs
- XslVisitor.cs
- TextModifierScope.cs
- TcpChannelHelper.cs
- BaseCodeDomTreeGenerator.cs
- GestureRecognitionResult.cs
- TrustSection.cs
- uribuilder.cs
- CodeGotoStatement.cs
- SequentialWorkflowRootDesigner.cs
- FontCacheLogic.cs
- ImageInfo.cs
- HealthMonitoringSectionHelper.cs
- XmlSchemaComplexContentExtension.cs
- ApplyTemplatesAction.cs
- SmtpNegotiateAuthenticationModule.cs
- Model3DGroup.cs
- TreeNodeSelectionProcessor.cs
- MembershipSection.cs
- EncryptedData.cs
- InkCanvasFeedbackAdorner.cs
- ThaiBuddhistCalendar.cs
- RegistryKey.cs
- WebPartMinimizeVerb.cs
- PointIndependentAnimationStorage.cs
- StylusPointPropertyUnit.cs
- RSAOAEPKeyExchangeFormatter.cs
- loginstatus.cs
- metadatamappinghashervisitor.hashsourcebuilder.cs
- AutoScrollExpandMessageFilter.cs
- SystemSounds.cs
- _IPv6Address.cs
- CommandEventArgs.cs
- ObjectDataSourceEventArgs.cs
- MailMessage.cs
- PropertyDescriptor.cs
- PersistChildrenAttribute.cs
- AttributeData.cs
- TextChange.cs
- GridViewColumnCollection.cs
- CustomAttribute.cs
- SchemaCollectionCompiler.cs
- RegexRunner.cs
- ChannelBinding.cs
- EndOfStreamException.cs
- tooltip.cs
- StateInitialization.cs
- XsltException.cs