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
- MarkupCompiler.cs
- SafeMemoryMappedFileHandle.cs
- HuffModule.cs
- BitConverter.cs
- WebRequestModuleElementCollection.cs
- ReadContentAsBinaryHelper.cs
- While.cs
- XmlILCommand.cs
- CallbackValidator.cs
- _DisconnectOverlappedAsyncResult.cs
- XPathNavigatorReader.cs
- ProtocolsConfigurationHandler.cs
- DefaultShape.cs
- Metadata.cs
- TextRange.cs
- WpfPayload.cs
- DbConnectionInternal.cs
- MessageDescriptionCollection.cs
- UserControl.cs
- FrameworkElementAutomationPeer.cs
- TrackingProfile.cs
- Hyperlink.cs
- ContentDefinition.cs
- ToolboxItemCollection.cs
- DataDocumentXPathNavigator.cs
- QuotedStringFormatReader.cs
- TextFindEngine.cs
- OracleInternalConnection.cs
- DoubleAnimationBase.cs
- SQLResource.cs
- FixedDocumentPaginator.cs
- Matrix.cs
- EntitySqlQueryCacheEntry.cs
- UnsafeNativeMethods.cs
- WindowsGraphicsWrapper.cs
- DesignerVerb.cs
- TextTreeTextElementNode.cs
- ThemeDirectoryCompiler.cs
- CultureInfoConverter.cs
- AssemblyHash.cs
- WebBrowsableAttribute.cs
- EdmItemError.cs
- RolePrincipal.cs
- Error.cs
- LicFileLicenseProvider.cs
- FieldDescriptor.cs
- ProtocolViolationException.cs
- ServiceModelExtensionCollectionElement.cs
- TraceSwitch.cs
- EdmFunction.cs
- WebPartZone.cs
- MsmqIntegrationBindingCollectionElement.cs
- PolicyException.cs
- TileBrush.cs
- HMAC.cs
- ViewStateModeByIdAttribute.cs
- MouseOverProperty.cs
- ThreadAttributes.cs
- NameSpaceExtractor.cs
- HtmlInputButton.cs
- GeometryConverter.cs
- ElementHostAutomationPeer.cs
- X509Utils.cs
- UrlPropertyAttribute.cs
- ImageDesigner.cs
- ToolTipAutomationPeer.cs
- FrameworkObject.cs
- MessageContractAttribute.cs
- NewExpression.cs
- httpapplicationstate.cs
- ExternalException.cs
- CngKeyCreationParameters.cs
- RemoteWebConfigurationHostStream.cs
- ChannelSinkStacks.cs
- CompoundFileStorageReference.cs
- TableParaClient.cs
- ProcessModelSection.cs
- autovalidator.cs
- WebServiceHandler.cs
- PassportAuthenticationEventArgs.cs
- Point3D.cs
- embossbitmapeffect.cs
- WebPartTracker.cs
- WeakRefEnumerator.cs
- OraclePermission.cs
- Point.cs
- Cursor.cs
- InvalidDataException.cs
- SingletonInstanceContextProvider.cs
- NodeInfo.cs
- CompilerTypeWithParams.cs
- MetadataArtifactLoaderComposite.cs
- EventLogEntry.cs
- OleAutBinder.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- PackageDigitalSignature.cs
- PrePostDescendentsWalker.cs
- NameValueSectionHandler.cs
- DrawingGroupDrawingContext.cs
- KeyValueSerializer.cs