Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / xsp / System / Web / UI / WebParts / WebPartAddingEventArgs.cs / 1 / WebPartAddingEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls.WebParts { using System; using System.ComponentModel; using System.Security.Permissions; [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class WebPartAddingEventArgs : WebPartCancelEventArgs { private WebPartZoneBase _zone; private int _zoneIndex; public WebPartAddingEventArgs(WebPart webPart, WebPartZoneBase zone, int zoneIndex) : base(webPart) { _zone = zone; _zoneIndex = zoneIndex; } public WebPartZoneBase Zone { get { return _zone; } set { _zone = value; } } public int ZoneIndex { get { return _zoneIndex; } set { _zoneIndex = value; } } } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Relationship.cs
- DataGridToolTip.cs
- UIElementParaClient.cs
- ThreadStaticAttribute.cs
- CommandBinding.cs
- EndpointAddressElementBase.cs
- EncryptedPackageFilter.cs
- DbUpdateCommandTree.cs
- WindowsGrip.cs
- CompiledRegexRunnerFactory.cs
- SafeEventLogWriteHandle.cs
- DataBindingHandlerAttribute.cs
- AssociationSet.cs
- TripleDESCryptoServiceProvider.cs
- SizeConverter.cs
- PropertyDescriptorCollection.cs
- PriorityBindingExpression.cs
- Properties.cs
- UnsafeNativeMethods.cs
- CircleHotSpot.cs
- DefaultSection.cs
- TemplateBindingExpressionConverter.cs
- DesignerOptionService.cs
- SoapMessage.cs
- EventSinkHelperWriter.cs
- Menu.cs
- IdnElement.cs
- PageContentAsyncResult.cs
- WindowsIPAddress.cs
- RawTextInputReport.cs
- PrintingPermission.cs
- ByteStack.cs
- TextRangeSerialization.cs
- SrgsRulesCollection.cs
- DrawingGroup.cs
- QilBinary.cs
- coordinator.cs
- ToolStripArrowRenderEventArgs.cs
- UserUseLicenseDictionaryLoader.cs
- UserControlBuildProvider.cs
- WarningException.cs
- ToolStripOverflowButton.cs
- ToolStripComboBox.cs
- SafeFileMappingHandle.cs
- MemoryMappedFile.cs
- SecurityHeader.cs
- BrowserCapabilitiesCompiler.cs
- EventArgs.cs
- ADConnectionHelper.cs
- DataSourceControlBuilder.cs
- CustomPopupPlacement.cs
- TypedReference.cs
- Convert.cs
- ProcessMonitor.cs
- SubclassTypeValidator.cs
- ReachUIElementCollectionSerializer.cs
- Rules.cs
- DockingAttribute.cs
- ToolboxItemAttribute.cs
- ColorContextHelper.cs
- COM2PropertyPageUITypeConverter.cs
- PropertyConverter.cs
- TextEditorTables.cs
- MSAANativeProvider.cs
- GeometryDrawing.cs
- NetworkCredential.cs
- PrimaryKeyTypeConverter.cs
- NamespaceList.cs
- MultiByteCodec.cs
- RequestStatusBarUpdateEventArgs.cs
- MediaCommands.cs
- MenuItemBindingCollection.cs
- CodeLabeledStatement.cs
- XmlAttributeAttribute.cs
- TextDpi.cs
- ToolStripItem.cs
- SQLInt16.cs
- Math.cs
- OperandQuery.cs
- FindResponse.cs
- ListMarkerSourceInfo.cs
- SkewTransform.cs
- UnmanagedMemoryStreamWrapper.cs
- StructuredCompositeActivityDesigner.cs
- SqlFileStream.cs
- bindurihelper.cs
- ProviderConnectionPointCollection.cs
- AnnotationStore.cs
- SystemIPInterfaceStatistics.cs
- XmlCDATASection.cs
- XmlSchemaAnnotated.cs
- WebPartDisplayModeCancelEventArgs.cs
- XPathMessageContext.cs
- XmlWrappingWriter.cs
- PointUtil.cs
- SQlBooleanStorage.cs
- EntityDesignerUtils.cs
- SimpleFileLog.cs
- UriTemplateClientFormatter.cs
- MimeFormReflector.cs