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
- MediaContext.cs
- SoapHeader.cs
- SchemaImporterExtensionElement.cs
- TreeNodeStyleCollection.cs
- Style.cs
- ImageSourceValueSerializer.cs
- ReaderOutput.cs
- HtmlInputPassword.cs
- ComplusTypeValidator.cs
- SqlDependencyListener.cs
- Internal.cs
- RelationshipEnd.cs
- WmiEventSink.cs
- XmlQueryType.cs
- RuleSettings.cs
- Int32AnimationUsingKeyFrames.cs
- AppLevelCompilationSectionCache.cs
- ImageListStreamer.cs
- ParagraphVisual.cs
- SubqueryTrackingVisitor.cs
- DesignRelation.cs
- Base64Encoder.cs
- DataGrid.cs
- GridEntryCollection.cs
- InputProcessorProfilesLoader.cs
- StringFreezingAttribute.cs
- CommandEventArgs.cs
- SafeWaitHandle.cs
- AutomationEvent.cs
- DrawingVisualDrawingContext.cs
- HashCodeCombiner.cs
- MouseOverProperty.cs
- AuthenticationServiceManager.cs
- CaretElement.cs
- XamlToRtfParser.cs
- SafeCoTaskMem.cs
- NativeMethods.cs
- BezierSegment.cs
- StackBuilderSink.cs
- ChangeInterceptorAttribute.cs
- RawStylusInputCustomData.cs
- SamlSubjectStatement.cs
- ImageCodecInfoPrivate.cs
- EntityDataSourceUtil.cs
- SerialPinChanges.cs
- WebScriptEnablingBehavior.cs
- CodeDirectionExpression.cs
- ReadOnlyNameValueCollection.cs
- CallbackValidator.cs
- ComponentEvent.cs
- CDSsyncETWBCLProvider.cs
- StylusEditingBehavior.cs
- MatchAllMessageFilter.cs
- PackageFilter.cs
- InternalDispatchObject.cs
- CorrelationTokenTypeConvertor.cs
- SmtpNegotiateAuthenticationModule.cs
- XmlSchemaFacet.cs
- SafeBitVector32.cs
- FirewallWrapper.cs
- ContentHostHelper.cs
- ScriptReferenceBase.cs
- LogSwitch.cs
- DynamicDataResources.Designer.cs
- AuthenticationConfig.cs
- State.cs
- EventManager.cs
- Int64.cs
- ListBoxDesigner.cs
- PointConverter.cs
- DashStyle.cs
- XmlDocumentViewSchema.cs
- Rect3D.cs
- AlternationConverter.cs
- BookmarkEventArgs.cs
- CollectionViewSource.cs
- LineProperties.cs
- TextBlock.cs
- ExceptionUtil.cs
- StrokeCollection.cs
- BitmapCache.cs
- CryptoConfig.cs
- SqlDependencyUtils.cs
- FilterQuery.cs
- FontFamilyConverter.cs
- Translator.cs
- PeerToPeerException.cs
- PseudoWebRequest.cs
- SingleObjectCollection.cs
- TraceSection.cs
- ConstructorExpr.cs
- SByte.cs
- HeaderUtility.cs
- RequestReplyCorrelator.cs
- HtmlElementErrorEventArgs.cs
- ProcessHostServerConfig.cs
- RectKeyFrameCollection.cs
- XPathDocumentIterator.cs
- SetStoryboardSpeedRatio.cs
- WebPartMenu.cs