Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / CommonUI / System / Drawing / Design / ToolboxComponentsCreatingEventArgs.cs / 1 / ToolboxComponentsCreatingEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Drawing.Design { using System; using System.ComponentModel.Design; ////// /// [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")] [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")] public class ToolboxComponentsCreatingEventArgs : EventArgs { private readonly IDesignerHost host; ///Provides data for the 'ToolboxComponentsCreatingEventArgs' event that occurs /// when components are added to the toolbox. ////// /// public ToolboxComponentsCreatingEventArgs(IDesignerHost host) { this.host = host; } ////// Initializes a new instance of the ///object. /// /// /// public IDesignerHost DesignerHost { get { return host; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved./// An instance of IDesignerHost that has made the creat request. This can be null if no designer host /// was provided to the toolbox item. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- HttpCacheVary.cs
- FieldBuilder.cs
- mactripleDES.cs
- GroupItem.cs
- DataServiceClientException.cs
- EntitySet.cs
- SqlUserDefinedAggregateAttribute.cs
- CodeCommentStatementCollection.cs
- ToolStripDesignerUtils.cs
- SqlCommandBuilder.cs
- RMEnrollmentPage1.cs
- HttpServerUtilityBase.cs
- DataSourceControl.cs
- ParameterCollectionEditor.cs
- RootDesignerSerializerAttribute.cs
- Soap12ProtocolImporter.cs
- AssemblyHash.cs
- ListBox.cs
- PromptEventArgs.cs
- ReturnValue.cs
- DesignTimeResourceProviderFactoryAttribute.cs
- PeerResolverMode.cs
- SingleTagSectionHandler.cs
- TlsnegoTokenAuthenticator.cs
- StylusPlugInCollection.cs
- AsyncOperationManager.cs
- TextStore.cs
- ApplicationServiceManager.cs
- WindowsListViewGroupSubsetLink.cs
- DesignBindingValueUIHandler.cs
- EnvelopedPkcs7.cs
- OracleString.cs
- ZoneIdentityPermission.cs
- BinaryCommonClasses.cs
- RegexCharClass.cs
- OperationCanceledException.cs
- TraceContextRecord.cs
- WaitForChangedResult.cs
- coordinatorfactory.cs
- DragStartedEventArgs.cs
- IBuiltInEvidence.cs
- AttributeUsageAttribute.cs
- SQLCharsStorage.cs
- Int64KeyFrameCollection.cs
- FaultContext.cs
- AnnotationAuthorChangedEventArgs.cs
- JulianCalendar.cs
- NativeMethods.cs
- SpeechAudioFormatInfo.cs
- KerberosTicketHashIdentifierClause.cs
- CleanUpVirtualizedItemEventArgs.cs
- TiffBitmapDecoder.cs
- ObjectTag.cs
- MatrixTransform3D.cs
- XmlConvert.cs
- StatusBarDesigner.cs
- Splitter.cs
- SupportingTokenListenerFactory.cs
- IPAddress.cs
- SelectedGridItemChangedEvent.cs
- TransactionFlowBindingElement.cs
- IndexExpression.cs
- CollectionContainer.cs
- Fx.cs
- ArrayMergeHelper.cs
- TextContainerHelper.cs
- QueryStringParameter.cs
- BitVec.cs
- OleTxTransaction.cs
- UpdateProgress.cs
- XamlTreeBuilder.cs
- BinaryObjectWriter.cs
- ValidationEventArgs.cs
- SQLConvert.cs
- FocusManager.cs
- DirectoryNotFoundException.cs
- CodeSubDirectory.cs
- Grant.cs
- DataKey.cs
- IResourceProvider.cs
- MappingSource.cs
- ErrorFormatterPage.cs
- DependencyPropertyKind.cs
- XmlStringTable.cs
- WindowsFormsHostPropertyMap.cs
- InheritanceUI.cs
- SRGSCompiler.cs
- TextClipboardData.cs
- SQLGuid.cs
- MemberPathMap.cs
- WsatServiceAddress.cs
- SqlParameterCollection.cs
- CodeComment.cs
- ACE.cs
- Rotation3DKeyFrameCollection.cs
- uribuilder.cs
- DataConnectionHelper.cs
- SubclassTypeValidator.cs
- HostProtectionPermission.cs
- FixedPageProcessor.cs