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
- AutomationIdentifier.cs
- CachedPathData.cs
- SplineQuaternionKeyFrame.cs
- ManifestResourceInfo.cs
- ApplicationInterop.cs
- Triplet.cs
- TextFindEngine.cs
- WebPartVerb.cs
- MultiSelectRootGridEntry.cs
- UiaCoreTypesApi.cs
- WebServiceEnumData.cs
- RoleManagerSection.cs
- ResourceWriter.cs
- FrameworkElement.cs
- EntityClientCacheKey.cs
- IdentifierService.cs
- CounterCreationData.cs
- Executor.cs
- unsafenativemethodsother.cs
- PropertyMetadata.cs
- IntegerValidatorAttribute.cs
- DrawingAttributesDefaultValueFactory.cs
- CheckBoxRenderer.cs
- BufferBuilder.cs
- ChangePassword.cs
- Expr.cs
- CultureInfoConverter.cs
- SecurityToken.cs
- ControlPersister.cs
- CodeVariableDeclarationStatement.cs
- WarningException.cs
- TableCell.cs
- DesigntimeLicenseContext.cs
- ParentUndoUnit.cs
- WindowsRichEditRange.cs
- BinaryFormatterWriter.cs
- SelectionPatternIdentifiers.cs
- MexServiceChannelBuilder.cs
- EntityStoreSchemaFilterEntry.cs
- ToolStripDropDownItem.cs
- ItemsPresenter.cs
- EmptyElement.cs
- OdbcUtils.cs
- OleTxTransaction.cs
- BinaryCommonClasses.cs
- ProcessManager.cs
- XmlNamespaceDeclarationsAttribute.cs
- RefreshEventArgs.cs
- DataGridViewCheckBoxColumn.cs
- HtmlInputControl.cs
- GrammarBuilder.cs
- InternalEnumValidator.cs
- ParagraphResult.cs
- ParameterToken.cs
- MatrixConverter.cs
- SapiRecoInterop.cs
- WeakEventManager.cs
- XmlSchemaImporter.cs
- TimeZone.cs
- Int64.cs
- BrowserDefinitionCollection.cs
- View.cs
- InheritanceService.cs
- QilFunction.cs
- Part.cs
- DataErrorValidationRule.cs
- Mapping.cs
- CroppedBitmap.cs
- AdapterDictionary.cs
- BuildProvider.cs
- HttpRequestCacheValidator.cs
- PropertyEmitterBase.cs
- _ServiceNameStore.cs
- DataRelationCollection.cs
- PolicyStatement.cs
- AuthorizationRuleCollection.cs
- OdbcConnectionHandle.cs
- DropDownButton.cs
- HostingEnvironmentException.cs
- SystemThemeKey.cs
- DocumentViewer.cs
- MemberMaps.cs
- SpeechAudioFormatInfo.cs
- IntAverageAggregationOperator.cs
- CodeCatchClause.cs
- UTF7Encoding.cs
- BitmapEffectRenderDataResource.cs
- StringOutput.cs
- OracleParameterBinding.cs
- MappingModelBuildProvider.cs
- WeakEventManager.cs
- ObjectSecurityT.cs
- DynamicField.cs
- ConsumerConnectionPointCollection.cs
- IisTraceWebEventProvider.cs
- MarkupCompilePass2.cs
- DependencyObjectProvider.cs
- FormClosedEvent.cs
- SmtpNtlmAuthenticationModule.cs
- PlainXmlWriter.cs