Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / xsp / System / Web / UI / WebParts / WebPartEventArgs.cs / 1 / WebPartEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls.WebParts { using System; using System.Security.Permissions; [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class WebPartEventArgs : EventArgs { private WebPart _webPart; public WebPartEventArgs(WebPart webPart) { _webPart = webPart; } public WebPart WebPart { get { return _webPart; } } } }
Link Menu
This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- versioninfo.cs
- EpmTargetPathSegment.cs
- HttpRequest.cs
- HMACSHA1.cs
- IPEndPointCollection.cs
- RegexFCD.cs
- SqlCommandSet.cs
- GcSettings.cs
- TabPageDesigner.cs
- DataError.cs
- GuidTagList.cs
- SoapInteropTypes.cs
- PresentationUIStyleResources.cs
- TextViewSelectionProcessor.cs
- DrawingAttributes.cs
- TemplateGroupCollection.cs
- HttpWebRequestElement.cs
- SchemaElementDecl.cs
- StateMachine.cs
- BaseParagraph.cs
- LeftCellWrapper.cs
- MouseActionConverter.cs
- LocatorBase.cs
- BaseHashHelper.cs
- cookieexception.cs
- LocalizableAttribute.cs
- ProcessHostServerConfig.cs
- GeneralTransformCollection.cs
- HttpServerUtilityBase.cs
- HotSpotCollection.cs
- LinkConverter.cs
- SqlStream.cs
- CommandLineParser.cs
- AccessorTable.cs
- StateWorkerRequest.cs
- LinqToSqlWrapper.cs
- BindingGroup.cs
- CompilerWrapper.cs
- InputGestureCollection.cs
- RouteParser.cs
- XmlTextReaderImpl.cs
- ModuleElement.cs
- RegexInterpreter.cs
- SapiRecoInterop.cs
- CaseInsensitiveHashCodeProvider.cs
- ZipIOCentralDirectoryBlock.cs
- ProcessProtocolHandler.cs
- TableLayoutPanel.cs
- ChangeNode.cs
- ping.cs
- ScriptResourceHandler.cs
- COM2IProvidePropertyBuilderHandler.cs
- PolicyException.cs
- HighlightComponent.cs
- CodeTypeDeclaration.cs
- KeySplineConverter.cs
- EmbeddedObject.cs
- FormCollection.cs
- ExpandedProjectionNode.cs
- LinkUtilities.cs
- SuppressIldasmAttribute.cs
- _HelperAsyncResults.cs
- SByteConverter.cs
- Facet.cs
- MultiPageTextView.cs
- TextElementEnumerator.cs
- RadialGradientBrush.cs
- HttpListener.cs
- DictionaryTraceRecord.cs
- XmlSerializationReader.cs
- CollectionDataContract.cs
- ProfileProvider.cs
- ToolStrip.cs
- WindowsScrollBarBits.cs
- StorageConditionPropertyMapping.cs
- SqlStatistics.cs
- RolePrincipal.cs
- ApplicationManager.cs
- RectIndependentAnimationStorage.cs
- SizeConverter.cs
- WebPartConnectionsCloseVerb.cs
- EntitySetDataBindingList.cs
- HashHelpers.cs
- WorkerProcess.cs
- HtmlHead.cs
- GlyphTypeface.cs
- peernodestatemanager.cs
- KeyValuePair.cs
- EndpointDiscoveryMetadata.cs
- SchemaElementDecl.cs
- XPathNodeList.cs
- CodeTypeParameter.cs
- TripleDES.cs
- SynchronizationLockException.cs
- SqlCachedBuffer.cs
- CommandConverter.cs
- SqlTriggerAttribute.cs
- SystemIPInterfaceStatistics.cs
- AggregateNode.cs
- RangeBase.cs