Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ScrollBar.cs
- Mappings.cs
- SecurityTokenException.cs
- ColorConverter.cs
- BufferedWebEventProvider.cs
- TransformGroup.cs
- WorkflowMarkupSerializer.cs
- arc.cs
- RoleService.cs
- DbConnectionHelper.cs
- InlineUIContainer.cs
- JournalEntryStack.cs
- MatrixKeyFrameCollection.cs
- ComponentDispatcherThread.cs
- RepeatButton.cs
- ColumnBinding.cs
- SelectionItemPattern.cs
- CodeParameterDeclarationExpressionCollection.cs
- TypeUtils.cs
- DataBinder.cs
- DocumentViewerBaseAutomationPeer.cs
- StylusPointPropertyUnit.cs
- ColorMatrix.cs
- ForceCopyBuildProvider.cs
- RemotingClientProxy.cs
- Light.cs
- TargetException.cs
- DebugView.cs
- httpstaticobjectscollection.cs
- GridViewColumnCollectionChangedEventArgs.cs
- SharedDp.cs
- HostedTransportConfigurationManager.cs
- ScrollViewer.cs
- ContractMapping.cs
- HtmlTableRowCollection.cs
- NumericUpDown.cs
- WorkflowViewManager.cs
- SessionStateModule.cs
- WebPart.cs
- MessageSmuggler.cs
- MenuRendererStandards.cs
- ExpandSegmentCollection.cs
- CodeAccessSecurityEngine.cs
- PathFigure.cs
- Avt.cs
- DataList.cs
- StateMachineSubscription.cs
- XmlSchemaAny.cs
- DiscoveryClientDocuments.cs
- RuleRef.cs
- Paragraph.cs
- IResourceProvider.cs
- InsufficientMemoryException.cs
- EnumCodeDomSerializer.cs
- EntityDataSourceView.cs
- WithStatement.cs
- LogLogRecordHeader.cs
- ExpressionParser.cs
- XmlBinaryWriterSession.cs
- GatewayIPAddressInformationCollection.cs
- SingleAnimationUsingKeyFrames.cs
- CompoundFileReference.cs
- TypeGeneratedEventArgs.cs
- ProvideValueServiceProvider.cs
- SQLBytesStorage.cs
- ConfigXmlDocument.cs
- GenericTypeParameterBuilder.cs
- CompositeControl.cs
- HttpCacheParams.cs
- TabItemWrapperAutomationPeer.cs
- DataGridColumnHeader.cs
- HttpCacheParams.cs
- RoutedEvent.cs
- IsolatedStoragePermission.cs
- SqlGenerator.cs
- TableStyle.cs
- RadialGradientBrush.cs
- XmlSerializationReader.cs
- TextSyndicationContent.cs
- Viewport3DVisual.cs
- RichTextBoxConstants.cs
- MethodSignatureGenerator.cs
- SwitchAttribute.cs
- SqlConnectionHelper.cs
- CommentEmitter.cs
- PreviewPrintController.cs
- HttpRequestCacheValidator.cs
- SvcMapFileSerializer.cs
- BitStream.cs
- CodeTypeParameterCollection.cs
- IUnknownConstantAttribute.cs
- ConfigurationLockCollection.cs
- _KerberosClient.cs
- SoundPlayerAction.cs
- DesignBindingConverter.cs
- HostVisual.cs
- BidOverLoads.cs
- PageOutputColor.cs
- AbstractExpressions.cs
- CodePrimitiveExpression.cs