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
- SoapInteropTypes.cs
- BrowserTree.cs
- MemoryRecordBuffer.cs
- SafeHandle.cs
- GroupBox.cs
- WorkflowItemsPresenter.cs
- MailWriter.cs
- ListViewGroupItemCollection.cs
- ContentTypeSettingDispatchMessageFormatter.cs
- RadioButtonList.cs
- CompilerErrorCollection.cs
- LocalBuilder.cs
- WebPartConnectionsCloseVerb.cs
- SessionStateUtil.cs
- LocalBuilder.cs
- PolyBezierSegmentFigureLogic.cs
- ObjectDataSourceSelectingEventArgs.cs
- QilLiteral.cs
- DesignerSerializationVisibilityAttribute.cs
- NotConverter.cs
- SqlUdtInfo.cs
- FilteredReadOnlyMetadataCollection.cs
- TextChangedEventArgs.cs
- PeerDuplexChannelListener.cs
- ProviderMetadata.cs
- SchemaNamespaceManager.cs
- ResourceExpressionBuilder.cs
- BStrWrapper.cs
- StaticSiteMapProvider.cs
- DictionaryEntry.cs
- HtmlForm.cs
- ButtonStandardAdapter.cs
- DeferredSelectedIndexReference.cs
- ScrollItemPatternIdentifiers.cs
- PeerNameRegistration.cs
- HandlerMappingMemo.cs
- HtmlContainerControl.cs
- PrefixQName.cs
- ExpressionLink.cs
- BamlVersionHeader.cs
- EFTableProvider.cs
- Configuration.cs
- AssemblySettingAttributes.cs
- DirectionalLight.cs
- GeometryGroup.cs
- FaultDescription.cs
- ProcessManager.cs
- DbException.cs
- StringResourceManager.cs
- OleDbConnectionPoolGroupProviderInfo.cs
- CodePageUtils.cs
- coordinatorscratchpad.cs
- CatalogPart.cs
- DebuggerAttributes.cs
- SqlUDTStorage.cs
- WebConfigManager.cs
- ExpanderAutomationPeer.cs
- RectangleF.cs
- PrivateUnsafeNativeCompoundFileMethods.cs
- DoubleLinkList.cs
- PathSegmentCollection.cs
- TrustLevel.cs
- UriParserTemplates.cs
- ProviderConnectionPointCollection.cs
- ToolStripOverflow.cs
- PersonalizationAdministration.cs
- DataContractFormatAttribute.cs
- SoapAttributeAttribute.cs
- MaterializeFromAtom.cs
- ListViewInsertEventArgs.cs
- EqualityComparer.cs
- odbcmetadatacollectionnames.cs
- ConnectionPointGlyph.cs
- ViewLoader.cs
- HeaderCollection.cs
- SpellerStatusTable.cs
- View.cs
- UniqueID.cs
- PointIndependentAnimationStorage.cs
- ReferenceAssemblyAttribute.cs
- InternalsVisibleToAttribute.cs
- CheckableControlBaseAdapter.cs
- XmlAttributeAttribute.cs
- CancellationTokenSource.cs
- ToolCreatedEventArgs.cs
- XmlSchemaGroupRef.cs
- ipaddressinformationcollection.cs
- TrustLevelCollection.cs
- FileLevelControlBuilderAttribute.cs
- AnimationLayer.cs
- CompiledRegexRunnerFactory.cs
- RNGCryptoServiceProvider.cs
- sortedlist.cs
- CqlBlock.cs
- XamlFrame.cs
- CreateRefExpr.cs
- ListManagerBindingsCollection.cs
- ComponentDesigner.cs
- AuthorizationRule.cs
- GridViewRow.cs