Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / DEVDIV / depot / DevDiv / releases / whidbey / QFE / ndp / fx / src / xsp / System / Web / UI / WebParts / WebPartMovingEventArgs.cs / 1 / WebPartMovingEventArgs.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 WebPartMovingEventArgs : WebPartCancelEventArgs { private WebPartZoneBase _zone; private int _zoneIndex; public WebPartMovingEventArgs(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; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------------------------ //// 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 WebPartMovingEventArgs : WebPartCancelEventArgs { private WebPartZoneBase _zone; private int _zoneIndex; public WebPartMovingEventArgs(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; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- OrCondition.cs
- TemplateGroupCollection.cs
- MemberRelationshipService.cs
- CalendarButtonAutomationPeer.cs
- ComponentDispatcherThread.cs
- AbandonedMutexException.cs
- ColorConverter.cs
- PerformanceCounterManager.cs
- WorkflowInspectionServices.cs
- TraceInternal.cs
- Utils.cs
- GeneralTransform2DTo3DTo2D.cs
- CardSpaceSelector.cs
- XsltSettings.cs
- TextFormatterImp.cs
- FormattedText.cs
- EncodingInfo.cs
- CodeSubDirectoriesCollection.cs
- SmuggledIUnknown.cs
- EntityCommandDefinition.cs
- RoleGroup.cs
- TypeConverterAttribute.cs
- FixedTextSelectionProcessor.cs
- ContentHostHelper.cs
- XslNumber.cs
- _ContextAwareResult.cs
- TextFormatterContext.cs
- ApplicationProxyInternal.cs
- TextEditorSelection.cs
- RegexTree.cs
- OdbcConnectionPoolProviderInfo.cs
- Identity.cs
- EntityContainerEmitter.cs
- InheritanceRules.cs
- DeviceContext2.cs
- LassoHelper.cs
- DeleteWorkflowOwnerCommand.cs
- ProfileSection.cs
- RelativeSource.cs
- ReferencedType.cs
- TextTreeRootTextBlock.cs
- PermissionAttributes.cs
- ItemChangedEventArgs.cs
- TextElementCollection.cs
- MailMessage.cs
- DataReaderContainer.cs
- PreviousTrackingServiceAttribute.cs
- ProfessionalColors.cs
- Int32CollectionConverter.cs
- DynamicMethod.cs
- XPathParser.cs
- Rijndael.cs
- IdentityHolder.cs
- ConnectionProviderAttribute.cs
- KeyInfo.cs
- TypeSemantics.cs
- SqlWorkflowPersistenceService.cs
- EqualityArray.cs
- WCFServiceClientProxyGenerator.cs
- ParallelActivityDesigner.cs
- ClientCultureInfo.cs
- ColorConvertedBitmap.cs
- Italic.cs
- LOSFormatter.cs
- ProcessInfo.cs
- FixedSOMImage.cs
- ExpressionNode.cs
- CodeAttributeArgumentCollection.cs
- XmlElementElement.cs
- ListItemConverter.cs
- HttpCapabilitiesSectionHandler.cs
- DataTableClearEvent.cs
- PolicyException.cs
- StreamUpdate.cs
- ConfigurationSectionCollection.cs
- DeflateStream.cs
- DbConnectionClosed.cs
- IgnoreSection.cs
- ConfigXmlElement.cs
- EntityDataReader.cs
- EdmFunction.cs
- PanelStyle.cs
- LedgerEntry.cs
- Point3DValueSerializer.cs
- ChooseAction.cs
- SafeHandle.cs
- LinkConverter.cs
- Identity.cs
- ContextProperty.cs
- MimeObjectFactory.cs
- FrugalList.cs
- ElasticEase.cs
- XmlTextEncoder.cs
- XsltSettings.cs
- Transactions.cs
- PassportAuthenticationEventArgs.cs
- TextTreeNode.cs
- DocumentGridContextMenu.cs
- GC.cs
- MarkupObject.cs