Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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. //------------------------------------------------------------------------------ ///// An instance of IDesignerHost that has made the creat request. This can be null if no designer host /// was provided to the toolbox item. /// ///// 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./// 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
- DeflateStream.cs
- XmlBindingWorker.cs
- MemberHolder.cs
- XmlSchemaSimpleContentExtension.cs
- DataGridAddNewRow.cs
- MemoryFailPoint.cs
- MsmqReceiveParameters.cs
- OleDbRowUpdatedEvent.cs
- ToolStripTextBox.cs
- WindowsClientCredential.cs
- UnsafeNativeMethods.cs
- TypeLibConverter.cs
- TextWriterTraceListener.cs
- ClrProviderManifest.cs
- assertwrapper.cs
- FunctionDescription.cs
- ComponentResourceKey.cs
- TabControlCancelEvent.cs
- MatrixAnimationBase.cs
- SurrogateEncoder.cs
- SimpleType.cs
- ValueChangedEventManager.cs
- DateTimeStorage.cs
- TargetPerspective.cs
- Attributes.cs
- ThreadExceptionDialog.cs
- SqlDataSourceSelectingEventArgs.cs
- WebPartVerbCollection.cs
- SymLanguageType.cs
- AsnEncodedData.cs
- DataGridViewHitTestInfo.cs
- activationcontext.cs
- WebPartActionVerb.cs
- CodeCatchClauseCollection.cs
- BindUriHelper.cs
- CroppedBitmap.cs
- CodeTypeDelegate.cs
- TypeDescriptor.cs
- ParamArrayAttribute.cs
- _SslState.cs
- BitSet.cs
- NumberSubstitution.cs
- SafeMILHandle.cs
- HttpClientCertificate.cs
- RegisteredExpandoAttribute.cs
- UIPropertyMetadata.cs
- MessageBox.cs
- ViewGenResults.cs
- TreeNodeBinding.cs
- sortedlist.cs
- ReadOnlyDataSource.cs
- EraserBehavior.cs
- coordinatorscratchpad.cs
- FieldNameLookup.cs
- XmlMessageFormatter.cs
- HttpPostLocalhostServerProtocol.cs
- HtmlInputPassword.cs
- IteratorDescriptor.cs
- _HeaderInfoTable.cs
- CultureMapper.cs
- PluralizationService.cs
- NullableIntSumAggregationOperator.cs
- CacheVirtualItemsEvent.cs
- DataMember.cs
- HelpProvider.cs
- ReverseInheritProperty.cs
- SqlBuilder.cs
- MarshalByRefObject.cs
- webclient.cs
- Socket.cs
- MenuItemBindingCollection.cs
- CaseDesigner.xaml.cs
- Point3DCollectionConverter.cs
- Compensate.cs
- _ProxyChain.cs
- Exception.cs
- TextElement.cs
- GraphicsContainer.cs
- EventLogPermissionEntry.cs
- SamlAction.cs
- ListControl.cs
- BitmapEffectDrawingContent.cs
- ShaderRenderModeValidation.cs
- ViewStateException.cs
- DataGridViewRowHeaderCell.cs
- KeyedCollection.cs
- UInt64.cs
- AnnotationComponentChooser.cs
- ColorAnimationUsingKeyFrames.cs
- FrameworkTemplate.cs
- MessageParameterAttribute.cs
- PlatformCulture.cs
- HttpConfigurationContext.cs
- SamlAuthorizationDecisionClaimResource.cs
- SessionState.cs
- HyperLinkField.cs
- AudioSignalProblemOccurredEventArgs.cs
- CommandManager.cs
- MetadataPropertyCollection.cs
- XsdDateTime.cs