Code:
/ DotNET / DotNET / 8.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
- Columns.cs
- metadatamappinghashervisitor.cs
- RepeatButtonAutomationPeer.cs
- DataGridViewBindingCompleteEventArgs.cs
- FileDialog.cs
- ValueConversionAttribute.cs
- ConsumerConnectionPointCollection.cs
- SelectedGridItemChangedEvent.cs
- FileDetails.cs
- ExpressionEditorAttribute.cs
- SQLChars.cs
- HttpsHostedTransportConfiguration.cs
- PartitionResolver.cs
- DBSqlParserColumn.cs
- BCLDebug.cs
- _SslState.cs
- UrlAuthFailureHandler.cs
- HelloOperation11AsyncResult.cs
- DispatcherEventArgs.cs
- PasswordBoxAutomationPeer.cs
- DataPagerFieldItem.cs
- MemoryResponseElement.cs
- UdpConstants.cs
- SqlDataSourceView.cs
- CapabilitiesRule.cs
- Base64Encoding.cs
- ToggleProviderWrapper.cs
- ImportStoreException.cs
- WizardForm.cs
- GiveFeedbackEventArgs.cs
- TrackBarDesigner.cs
- PolicyStatement.cs
- PublishLicense.cs
- PrintSchema.cs
- RadioButtonRenderer.cs
- Invariant.cs
- HttpFileCollectionBase.cs
- Calendar.cs
- SortKey.cs
- ModifiableIteratorCollection.cs
- NativeRecognizer.cs
- SessionParameter.cs
- AppSettingsExpressionBuilder.cs
- NavigatorInvalidBodyAccessException.cs
- OracleConnectionString.cs
- XmlAttributeProperties.cs
- FileDialog_Vista_Interop.cs
- CSharpCodeProvider.cs
- InstallHelper.cs
- MemberAssignmentAnalysis.cs
- PortCache.cs
- XPathAxisIterator.cs
- FrameworkElementFactoryMarkupObject.cs
- ArgumentException.cs
- BezierSegment.cs
- RequestCacheEntry.cs
- Translator.cs
- RectValueSerializer.cs
- HandlerWithFactory.cs
- Animatable.cs
- CancelRequestedQuery.cs
- HtmlSelect.cs
- ListParaClient.cs
- MappingModelBuildProvider.cs
- WorkflowItemsPresenter.cs
- WorkflowApplication.cs
- PrintDialogException.cs
- MarshalByValueComponent.cs
- TransformDescriptor.cs
- TreeViewAutomationPeer.cs
- SQLDateTimeStorage.cs
- EntityContainer.cs
- ConstraintManager.cs
- PeerTransportElement.cs
- OleDbCommand.cs
- DispatcherHooks.cs
- filewebrequest.cs
- ItemContainerGenerator.cs
- CaseStatement.cs
- Vector3DValueSerializer.cs
- TimeSpanConverter.cs
- TypeInitializationException.cs
- QueryContinueDragEvent.cs
- XmlSchemaValidationException.cs
- EpmSyndicationContentSerializer.cs
- XmlCodeExporter.cs
- TransportChannelFactory.cs
- HtmlPhoneCallAdapter.cs
- SystemIPInterfaceStatistics.cs
- PageWrapper.cs
- FileLevelControlBuilderAttribute.cs
- TextElementEditingBehaviorAttribute.cs
- PingReply.cs
- ContentWrapperAttribute.cs
- _SslSessionsCache.cs
- QilReference.cs
- XXXOnTypeBuilderInstantiation.cs
- PropertyEmitter.cs
- ErrorRuntimeConfig.cs
- ProxyWebPartConnectionCollection.cs