Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CommonUI / System / Drawing / Design / ToolboxComponentsCreatingEventArgs.cs / 1305376 / 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. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- X509Utils.cs
- SQLGuidStorage.cs
- AttributeCollection.cs
- GridViewColumnHeaderAutomationPeer.cs
- ResXBuildProvider.cs
- ApplicationManager.cs
- SQLBoolean.cs
- PropertyReferenceExtension.cs
- GridViewRow.cs
- SupportingTokenDuplexChannel.cs
- ProgressBarBrushConverter.cs
- DoubleUtil.cs
- CLSCompliantAttribute.cs
- GridViewHeaderRowPresenterAutomationPeer.cs
- EntityTypeEmitter.cs
- SqlLiftWhereClauses.cs
- StringComparer.cs
- ExternalFile.cs
- GridViewRowCollection.cs
- ActivityTypeCodeDomSerializer.cs
- CompositeCollection.cs
- sqlcontext.cs
- SharedUtils.cs
- METAHEADER.cs
- DesignerSerializerAttribute.cs
- OutOfProcStateClientManager.cs
- TransformPatternIdentifiers.cs
- UnsafeNativeMethods.cs
- FrameSecurityDescriptor.cs
- InstalledFontCollection.cs
- mda.cs
- HtmlControl.cs
- ColorBlend.cs
- BroadcastEventHelper.cs
- columnmapkeybuilder.cs
- IntegrationExceptionEventArgs.cs
- MonitorWrapper.cs
- SaveCardRequest.cs
- ObjectKeyFrameCollection.cs
- PagerSettings.cs
- AnnotationStore.cs
- ManagementOperationWatcher.cs
- HelpEvent.cs
- SymmetricKey.cs
- DataGridViewColumnCollectionDialog.cs
- TreeViewImageIndexConverter.cs
- NetMsmqSecurityMode.cs
- GridViewEditEventArgs.cs
- DeploymentExceptionMapper.cs
- CompilerResults.cs
- DataTableTypeConverter.cs
- WorkflowControlClient.cs
- Connection.cs
- OdbcConnectionHandle.cs
- TableColumn.cs
- NestPullup.cs
- Empty.cs
- CheckBoxPopupAdapter.cs
- ParallelTimeline.cs
- ContainerFilterService.cs
- TextMarkerSource.cs
- DataGridViewTopLeftHeaderCell.cs
- EventlogProvider.cs
- DrawingVisual.cs
- EventSourceCreationData.cs
- BaseTemplateParser.cs
- QilLiteral.cs
- AQNBuilder.cs
- SubstitutionList.cs
- Cursor.cs
- ServiceModelConfiguration.cs
- FileInfo.cs
- CompositionCommandSet.cs
- UnsafeNativeMethods.cs
- EncodingTable.cs
- SafeMILHandleMemoryPressure.cs
- TypeGeneratedEventArgs.cs
- QuotedPrintableStream.cs
- SoapTypeAttribute.cs
- CodeGen.cs
- _HeaderInfo.cs
- ButtonPopupAdapter.cs
- Monitor.cs
- ScriptResourceInfo.cs
- UnsafeNetInfoNativeMethods.cs
- RsaEndpointIdentity.cs
- ValidatingReaderNodeData.cs
- IteratorFilter.cs
- EasingQuaternionKeyFrame.cs
- ListItemCollection.cs
- SerializableAttribute.cs
- InkCanvasInnerCanvas.cs
- BitmapDecoder.cs
- Debug.cs
- SystemFonts.cs
- TemplateControl.cs
- LayoutExceptionEventArgs.cs
- SizeConverter.cs
- DefaultConfirmation.cs
- ResourceKey.cs