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
- XPathPatternBuilder.cs
- Sequence.cs
- DetailsView.cs
- IntegerValidatorAttribute.cs
- URLString.cs
- WebPartEditVerb.cs
- ActivityDesignerResources.cs
- Model3D.cs
- DiffuseMaterial.cs
- RenderContext.cs
- KnownBoxes.cs
- IImplicitResourceProvider.cs
- ListViewHitTestInfo.cs
- SettingsPropertyCollection.cs
- RectangleGeometry.cs
- XmlDataSourceView.cs
- ListMarkerLine.cs
- SegmentInfo.cs
- DefaultCompensation.cs
- SByteConverter.cs
- odbcmetadatafactory.cs
- AttachedAnnotationChangedEventArgs.cs
- XmlSchemaObject.cs
- Property.cs
- DataGridViewColumnStateChangedEventArgs.cs
- EntityContainerEmitter.cs
- StringDictionary.cs
- PropertyChangingEventArgs.cs
- Hex.cs
- RouteValueDictionary.cs
- HtmlInputFile.cs
- AutomationIdentifier.cs
- TemplateParser.cs
- DataTableCollection.cs
- GlyphManager.cs
- ProgressBarHighlightConverter.cs
- ProxyBuilder.cs
- HeaderedContentControl.cs
- DocumentCollection.cs
- TextElementCollection.cs
- DirectoryObjectSecurity.cs
- ListViewItemSelectionChangedEvent.cs
- InputReport.cs
- COMException.cs
- Empty.cs
- InternalConfigRoot.cs
- SharedConnectionListener.cs
- WorkflowDesignerMessageFilter.cs
- EventData.cs
- GraphicsPathIterator.cs
- _DynamicWinsockMethods.cs
- DataGridTable.cs
- RegexCaptureCollection.cs
- InstanceDataCollection.cs
- BitmapSizeOptions.cs
- PanelStyle.cs
- GridViewColumnHeaderAutomationPeer.cs
- NotificationContext.cs
- SchemaConstraints.cs
- View.cs
- OdbcRowUpdatingEvent.cs
- LayoutEditorPart.cs
- DataGridTableCollection.cs
- X509CertificateRecipientServiceCredential.cs
- HelpKeywordAttribute.cs
- TemplateEditingFrame.cs
- MessageBodyMemberAttribute.cs
- ReliableMessagingVersion.cs
- InlineObject.cs
- ConfigXmlText.cs
- ClonableStack.cs
- Vector3D.cs
- HideDisabledControlAdapter.cs
- HtmlInputText.cs
- FixUp.cs
- DispatcherExceptionEventArgs.cs
- BindingElementCollection.cs
- LogicalTreeHelper.cs
- ICspAsymmetricAlgorithm.cs
- MessageBox.cs
- ReachVisualSerializerAsync.cs
- GorillaCodec.cs
- XmlEntityReference.cs
- DictationGrammar.cs
- TypeResolvingOptions.cs
- PageThemeBuildProvider.cs
- X509Extension.cs
- DataGridSortCommandEventArgs.cs
- DiscoveryClientProtocol.cs
- SynchronizedRandom.cs
- BinaryVersion.cs
- SecurityContextKeyIdentifierClause.cs
- DataBindEngine.cs
- CodeDirectoryCompiler.cs
- Logging.cs
- PersianCalendar.cs
- TableRow.cs
- XmlAnyElementAttributes.cs
- Model3D.cs
- ObjectDataSource.cs