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;
///
///
/// Provides data for the 'ToolboxComponentsCreatingEventArgs' event that occurs
/// when components are added to the toolbox.
///
[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;
///
///
///
/// Initializes a new instance of the object.
///
///
public ToolboxComponentsCreatingEventArgs(IDesignerHost host) {
this.host = host;
}
///
///
///
/// An instance of IDesignerHost that has made the creat request. This can be null if no designer host
/// was provided to the toolbox item.
///
///
public IDesignerHost DesignerHost {
get {
return host;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- InputReport.cs
- PolyLineSegmentFigureLogic.cs
- DefaultHttpHandler.cs
- ProcessModelSection.cs
- EdmConstants.cs
- documentsequencetextcontainer.cs
- ListChangedEventArgs.cs
- SystemInformation.cs
- ObservableDictionary.cs
- WindowHideOrCloseTracker.cs
- WebPartPersonalization.cs
- ExcCanonicalXml.cs
- RegexWorker.cs
- LabelDesigner.cs
- RedirectionProxy.cs
- NavigationProgressEventArgs.cs
- SqlCacheDependencyDatabase.cs
- KeyValuePair.cs
- StorageBasedPackageProperties.cs
- XhtmlTextWriter.cs
- WriteTimeStream.cs
- ClonableStack.cs
- Wrapper.cs
- HttpListenerContext.cs
- LostFocusEventManager.cs
- ItemPager.cs
- NodeLabelEditEvent.cs
- UndoManager.cs
- CompilationUnit.cs
- HScrollBar.cs
- TemplatedWizardStep.cs
- SID.cs
- ReflectionUtil.cs
- BookmarkUndoUnit.cs
- Triangle.cs
- X509WindowsSecurityToken.cs
- CodeMethodInvokeExpression.cs
- Pen.cs
- UInt32Storage.cs
- OutputWindow.cs
- ToolStripArrowRenderEventArgs.cs
- DataGridViewBindingCompleteEventArgs.cs
- IisTraceWebEventProvider.cs
- __ComObject.cs
- TransformProviderWrapper.cs
- PeerCollaborationPermission.cs
- HtmlControl.cs
- ToolStripPanelSelectionGlyph.cs
- FormatConvertedBitmap.cs
- Transform.cs
- ComboBoxRenderer.cs
- MediaContextNotificationWindow.cs
- PropagatorResult.cs
- WebPermission.cs
- CustomAttributeSerializer.cs
- ColumnResizeAdorner.cs
- BinaryUtilClasses.cs
- PrintController.cs
- AssociatedControlConverter.cs
- CachedFontFace.cs
- InheritanceAttribute.cs
- PathSegmentCollection.cs
- NonBatchDirectoryCompiler.cs
- PropertyOverridesDialog.cs
- InvokeSchedule.cs
- XmlSecureResolver.cs
- OptimalTextSource.cs
- ConnectionStringSettingsCollection.cs
- CaseStatement.cs
- XmlSchemaElement.cs
- ProgressBar.cs
- Constants.cs
- XamlParser.cs
- AdCreatedEventArgs.cs
- ComEventsMethod.cs
- TextTreeUndoUnit.cs
- OdbcPermission.cs
- MappingModelBuildProvider.cs
- SmtpException.cs
- Block.cs
- OleDbParameterCollection.cs
- AnnotationResource.cs
- AsyncOperation.cs
- UICuesEvent.cs
- ToolStripRenderer.cs
- infer.cs
- GB18030Encoding.cs
- KnownColorTable.cs
- SchemaMerger.cs
- SetStoryboardSpeedRatio.cs
- PackagePartCollection.cs
- ValidationError.cs
- wmiprovider.cs
- ClipboardData.cs
- ListViewContainer.cs
- TypeLibConverter.cs
- PropertyChangingEventArgs.cs
- XD.cs
- PieceNameHelper.cs
- FontFamilyConverter.cs