Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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; } } } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DesignerActionUIService.cs
- SmuggledIUnknown.cs
- SchemaDeclBase.cs
- XamlTreeBuilderBamlRecordWriter.cs
- DescendantOverDescendantQuery.cs
- ValueUnavailableException.cs
- ToolStripRendererSwitcher.cs
- diagnosticsswitches.cs
- AnnotationComponentChooser.cs
- Win32SafeHandles.cs
- MetadataCache.cs
- CompositeCollection.cs
- ArrangedElementCollection.cs
- NameTable.cs
- WindowsImpersonationContext.cs
- HMACMD5.cs
- AnnouncementEndpoint.cs
- WorkflowShape.cs
- ListViewTableCell.cs
- CapacityStreamGeometryContext.cs
- CatalogZoneBase.cs
- Registry.cs
- Model3DCollection.cs
- SecurityManager.cs
- BaseCodeDomTreeGenerator.cs
- PackageRelationshipSelector.cs
- HashHelpers.cs
- codemethodreferenceexpression.cs
- EmbeddedMailObjectsCollection.cs
- QueryAccessibilityHelpEvent.cs
- Clipboard.cs
- ErrorWrapper.cs
- InputElement.cs
- StagingAreaInputItem.cs
- DataGridColumnDropSeparator.cs
- PreviewControlDesigner.cs
- RegexGroup.cs
- SQLStringStorage.cs
- SqlDataSourceCommandEventArgs.cs
- SmtpNegotiateAuthenticationModule.cs
- DiscreteKeyFrames.cs
- _LocalDataStoreMgr.cs
- SafeLocalMemHandle.cs
- ExtensionFile.cs
- XmlUtf8RawTextWriter.cs
- DetailsView.cs
- LinqDataSourceValidationException.cs
- EntityProviderServices.cs
- URI.cs
- DynamicVirtualDiscoSearcher.cs
- loginstatus.cs
- ConditionalWeakTable.cs
- MainMenu.cs
- InnerItemCollectionView.cs
- EntityFrameworkVersions.cs
- AssemblyAssociatedContentFileAttribute.cs
- IISUnsafeMethods.cs
- XmlCharCheckingReader.cs
- DetailsViewCommandEventArgs.cs
- DayRenderEvent.cs
- HitTestResult.cs
- LoaderAllocator.cs
- ProcessInputEventArgs.cs
- SQLUtility.cs
- coordinatorscratchpad.cs
- UnauthorizedAccessException.cs
- SendActivityDesigner.cs
- ObjectKeyFrameCollection.cs
- QilTypeChecker.cs
- DetailsViewActionList.cs
- Verify.cs
- Solver.cs
- __TransparentProxy.cs
- HwndStylusInputProvider.cs
- XmlChildEnumerator.cs
- FastEncoderWindow.cs
- BamlVersionHeader.cs
- ClaimTypes.cs
- WindowsEditBox.cs
- tooltip.cs
- SchemaElementLookUpTable.cs
- ReadOnlyCollectionBase.cs
- Transform.cs
- TypeResolvingOptions.cs
- OrderingQueryOperator.cs
- Publisher.cs
- Documentation.cs
- SessionStateSection.cs
- ContractHandle.cs
- UnsafeNativeMethods.cs
- FixedNode.cs
- InputBinder.cs
- PersonalizableTypeEntry.cs
- SoapMessage.cs
- ExtentJoinTreeNode.cs
- TemplateAction.cs
- AssociationTypeEmitter.cs
- RoleManagerSection.cs
- BridgeDataReader.cs
- FormsAuthenticationModule.cs