Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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. //------------------------------------------------------------------------------ ///// An array storing the toolbox components. /// ///// 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
- MaskPropertyEditor.cs
- SqlConnectionHelper.cs
- TransformerInfoCollection.cs
- RenderData.cs
- XmlWriter.cs
- WindowsTab.cs
- MD5HashHelper.cs
- KeyProperty.cs
- XDRSchema.cs
- OptimizedTemplateContentHelper.cs
- ProfileInfo.cs
- AutomationEventArgs.cs
- CheckPair.cs
- PartialCachingAttribute.cs
- OutputCacheSettings.cs
- AndMessageFilter.cs
- Unit.cs
- QueueProcessor.cs
- RtfToXamlReader.cs
- TCPListener.cs
- HandleValueEditor.cs
- OrderedDictionary.cs
- RefreshEventArgs.cs
- EdmRelationshipRoleAttribute.cs
- Stylesheet.cs
- ModelFunctionTypeElement.cs
- RenameRuleObjectDialog.cs
- DataGridColumnHeadersPresenter.cs
- ImageSource.cs
- SQLConvert.cs
- ExtensionsSection.cs
- ErrorCodes.cs
- CheckBoxFlatAdapter.cs
- HtmlWindowCollection.cs
- TogglePatternIdentifiers.cs
- RegexReplacement.cs
- CheckBoxList.cs
- RegexGroup.cs
- RequestUriProcessor.cs
- RawStylusInputCustomDataList.cs
- SelectionItemPattern.cs
- ChangeNode.cs
- ToolStripActionList.cs
- MorphHelper.cs
- TrustSection.cs
- SiteMapPath.cs
- FixedBufferAttribute.cs
- FixedFlowMap.cs
- TextRangeEdit.cs
- EntityDataSourceStatementEditorForm.cs
- CalendarItem.cs
- WindowsFormsHelpers.cs
- GlobalEventManager.cs
- DateTimeOffsetStorage.cs
- Group.cs
- ArgIterator.cs
- Polyline.cs
- FrameworkTemplate.cs
- SpellerHighlightLayer.cs
- EntityClassGenerator.cs
- WorkflowDesignerMessageFilter.cs
- TextDecorationUnitValidation.cs
- mda.cs
- InfoCardRSAPKCS1KeyExchangeFormatter.cs
- TileBrush.cs
- DeviceContext2.cs
- DummyDataSource.cs
- SubpageParagraph.cs
- DbInsertCommandTree.cs
- StringCollection.cs
- EncryptedKey.cs
- StringTraceRecord.cs
- GraphicsContext.cs
- ImageCodecInfoPrivate.cs
- DeclaredTypeValidator.cs
- LinkLabelLinkClickedEvent.cs
- ParentQuery.cs
- TextBoxView.cs
- SplashScreenNativeMethods.cs
- webproxy.cs
- PublisherMembershipCondition.cs
- LinearKeyFrames.cs
- ColumnCollection.cs
- StandardOleMarshalObject.cs
- DefaultValidator.cs
- Input.cs
- ObjectTypeMapping.cs
- UpdateException.cs
- EncodingInfo.cs
- CultureInfoConverter.cs
- UserThread.cs
- ClientConfigurationHost.cs
- SymmetricCryptoHandle.cs
- Color.cs
- GZipStream.cs
- ListViewTableCell.cs
- UInt32.cs
- PanelDesigner.cs
- TextServicesPropertyRanges.cs
- TreeSet.cs