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 / 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
- CompiledELinqQueryState.cs
- DataServiceResponse.cs
- CodeGenerator.cs
- PreProcessInputEventArgs.cs
- Version.cs
- ToolStripButton.cs
- ContainerFilterService.cs
- SynchronizedInputAdaptor.cs
- StringBuilder.cs
- Psha1DerivedKeyGenerator.cs
- MessageLoggingElement.cs
- AbsoluteQuery.cs
- SymLanguageType.cs
- AQNBuilder.cs
- TimelineGroup.cs
- PngBitmapEncoder.cs
- GeometryCollection.cs
- BasePropertyDescriptor.cs
- SynchronizedDispatch.cs
- formatter.cs
- XmlRawWriter.cs
- NavigateEvent.cs
- ComProxy.cs
- TreeViewItem.cs
- TreeChangeInfo.cs
- ObjectViewEntityCollectionData.cs
- DisposableCollectionWrapper.cs
- ComponentGuaranteesAttribute.cs
- ColorConvertedBitmapExtension.cs
- PolyLineSegment.cs
- SecurityAccessDeniedException.cs
- XamlClipboardData.cs
- SecuritySessionSecurityTokenAuthenticator.cs
- RowType.cs
- InkSerializer.cs
- SequenceNumber.cs
- ADMembershipUser.cs
- SystemResourceHost.cs
- Config.cs
- FontUnit.cs
- FixedSchema.cs
- RowType.cs
- GraphicsPath.cs
- Types.cs
- ReturnValue.cs
- XhtmlTextWriter.cs
- SafeUserTokenHandle.cs
- WebBrowserSiteBase.cs
- FontNamesConverter.cs
- Win32PrintDialog.cs
- RadioButtonAutomationPeer.cs
- FusionWrap.cs
- OleCmdHelper.cs
- CodeDomLoader.cs
- AddInControllerImpl.cs
- WindowsHyperlink.cs
- ObjectDataSourceFilteringEventArgs.cs
- OledbConnectionStringbuilder.cs
- ToolBarTray.cs
- HttpAsyncResult.cs
- NodeLabelEditEvent.cs
- SqlNode.cs
- Task.cs
- PropertyItem.cs
- TreeNodeConverter.cs
- TileBrush.cs
- StandardOleMarshalObject.cs
- BitSet.cs
- CodeValidator.cs
- SqlConnectionHelper.cs
- CompoundFileReference.cs
- TabPanel.cs
- XmlUnspecifiedAttribute.cs
- ItemCheckedEvent.cs
- sqlcontext.cs
- DocobjHost.cs
- ProtocolsSection.cs
- Subset.cs
- precedingsibling.cs
- XmlSchemaCompilationSettings.cs
- Function.cs
- SEHException.cs
- PixelShader.cs
- HatchBrush.cs
- Delegate.cs
- ContentType.cs
- PeerNameResolver.cs
- CodeIdentifier.cs
- FragmentQueryKB.cs
- Monitor.cs
- SplitContainerDesigner.cs
- OrthographicCamera.cs
- UnSafeCharBuffer.cs
- DataGridViewCellEventArgs.cs
- AnimationLayer.cs
- TextServicesHost.cs
- CurrentTimeZone.cs
- graph.cs
- ActiveXContainer.cs
- EntityObject.cs