Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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. // //----------------------------------------------------------------------------- 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ReadOnlyDictionary.cs
- SecurityHeader.cs
- DataGridPageChangedEventArgs.cs
- SecurityChannelListener.cs
- ValidatingPropertiesEventArgs.cs
- BinaryFormatterWriter.cs
- BehaviorService.cs
- WhileDesigner.cs
- ControlType.cs
- ControlPaint.cs
- TextBreakpoint.cs
- XmlParserContext.cs
- PropertyDescriptor.cs
- COM2ComponentEditor.cs
- _ListenerResponseStream.cs
- TableHeaderCell.cs
- WithStatement.cs
- LogEntryHeaderv1Deserializer.cs
- DataControlPagerLinkButton.cs
- CommonDialog.cs
- MatrixAnimationUsingKeyFrames.cs
- TcpAppDomainProtocolHandler.cs
- TreeNodeEventArgs.cs
- DataGridCell.cs
- ClusterRegistryConfigurationProvider.cs
- QueryPageSettingsEventArgs.cs
- CqlBlock.cs
- LineSegment.cs
- ChangeTracker.cs
- SettingsPropertyCollection.cs
- ToolStrip.cs
- XmlSchemaParticle.cs
- LinkArea.cs
- CallbackException.cs
- MemoryRecordBuffer.cs
- CodeAccessSecurityEngine.cs
- RuntimeEnvironment.cs
- UnmanagedHandle.cs
- VectorValueSerializer.cs
- CheckBoxField.cs
- PathNode.cs
- DataSysAttribute.cs
- PeerNameRegistration.cs
- ZipIOExtraFieldPaddingElement.cs
- BindableAttribute.cs
- DbConnectionPoolGroupProviderInfo.cs
- FixedSOMPage.cs
- BinaryMethodMessage.cs
- GcSettings.cs
- SerializationEventsCache.cs
- SqlFormatter.cs
- InternalReceiveMessage.cs
- SmiEventStream.cs
- StringReader.cs
- PackagePart.cs
- StrokeIntersection.cs
- Panel.cs
- SqlMethodAttribute.cs
- IntegerCollectionEditor.cs
- BooleanFunctions.cs
- XhtmlConformanceSection.cs
- MemoryFailPoint.cs
- SchemaTableOptionalColumn.cs
- TCPClient.cs
- Tag.cs
- ExpandedProjectionNode.cs
- _ServiceNameStore.cs
- ToolCreatedEventArgs.cs
- SortFieldComparer.cs
- DoubleCollectionConverter.cs
- CompilationRelaxations.cs
- BitmapSource.cs
- ListViewCommandEventArgs.cs
- SystemTcpConnection.cs
- ILGenerator.cs
- GraphicsState.cs
- XhtmlBasicLiteralTextAdapter.cs
- DecoderExceptionFallback.cs
- SelectionItemProviderWrapper.cs
- MyContact.cs
- ProxyOperationRuntime.cs
- Section.cs
- MaskedTextBox.cs
- PathGradientBrush.cs
- ButtonField.cs
- RegexTree.cs
- MsmqIntegrationAppDomainProtocolHandler.cs
- ExpanderAutomationPeer.cs
- SqlResolver.cs
- Double.cs
- DataChangedEventManager.cs
- PropertyDescriptorComparer.cs
- ToolStripGripRenderEventArgs.cs
- StringResourceManager.cs
- XPathDocumentIterator.cs
- PrivilegedConfigurationManager.cs
- ReaderContextStackData.cs
- SiteMapDataSource.cs
- ConfigurationStrings.cs
- DataGridViewEditingControlShowingEventArgs.cs