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
- IndependentAnimationStorage.cs
- Separator.cs
- InfiniteTimeSpanConverter.cs
- DynamicValidatorEventArgs.cs
- ControlBuilderAttribute.cs
- Translator.cs
- ServiceThrottle.cs
- ScrollProperties.cs
- FormViewInsertedEventArgs.cs
- ChangePasswordAutoFormat.cs
- PresentationAppDomainManager.cs
- PreviewPageInfo.cs
- CompiledELinqQueryState.cs
- EmptyArray.cs
- WindowsSysHeader.cs
- ContextCorrelationInitializer.cs
- AspCompat.cs
- unsafenativemethodstextservices.cs
- InfoCardAsymmetricCrypto.cs
- LinkUtilities.cs
- QilStrConcatenator.cs
- TargetParameterCountException.cs
- EncoderReplacementFallback.cs
- NavigationHelper.cs
- MenuCommandsChangedEventArgs.cs
- WhitespaceRuleReader.cs
- ValidationPropertyAttribute.cs
- AttributeXamlType.cs
- TransactionFlowOption.cs
- OracleParameterBinding.cs
- RuntimeIdentifierPropertyAttribute.cs
- QuaternionIndependentAnimationStorage.cs
- JulianCalendar.cs
- DragDeltaEventArgs.cs
- SocketInformation.cs
- Sentence.cs
- RoleService.cs
- DigestTraceRecordHelper.cs
- MSAAEventDispatcher.cs
- DurableOperationContext.cs
- SectionInput.cs
- SrgsDocumentParser.cs
- basemetadatamappingvisitor.cs
- IndentedTextWriter.cs
- SoapAttributeOverrides.cs
- TriState.cs
- EventSource.cs
- Vector.cs
- FloatAverageAggregationOperator.cs
- ResourceType.cs
- RenderingBiasValidation.cs
- TreeViewDesigner.cs
- Listen.cs
- XmlExpressionDumper.cs
- WaitForChangedResult.cs
- RegexGroupCollection.cs
- ImageMap.cs
- CryptoProvider.cs
- ElementsClipboardData.cs
- FlowSwitch.cs
- RuntimeIdentifierPropertyAttribute.cs
- ValidatingReaderNodeData.cs
- RulePatternOps.cs
- OdbcConnectionString.cs
- CodeArrayCreateExpression.cs
- TextBoxAutomationPeer.cs
- ServiceInfo.cs
- Stylesheet.cs
- SchemaSetCompiler.cs
- Delegate.cs
- DSASignatureFormatter.cs
- TemplateField.cs
- IisTraceListener.cs
- WindowsGraphicsWrapper.cs
- CompilationLock.cs
- GroupLabel.cs
- querybuilder.cs
- SiteMapPath.cs
- MaskedTextBox.cs
- Invariant.cs
- CounterCreationDataCollection.cs
- DependencyObject.cs
- CallTemplateAction.cs
- FieldToken.cs
- CultureTable.cs
- RtfControls.cs
- HtmlHistory.cs
- WinInetCache.cs
- sqlpipe.cs
- Point3DConverter.cs
- WinEventWrap.cs
- PatternMatcher.cs
- WindowsListViewGroupSubsetLink.cs
- TextEffect.cs
- TreeChangeInfo.cs
- UInt16Storage.cs
- TypefaceMap.cs
- UniqueID.cs
- QueryOpeningEnumerator.cs
- SendKeys.cs