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
- UrlUtility.cs
- WebServiceTypeData.cs
- externdll.cs
- TextView.cs
- ThicknessKeyFrameCollection.cs
- Accessible.cs
- DaylightTime.cs
- XamlSerializerUtil.cs
- Html32TextWriter.cs
- TypeToStringValueConverter.cs
- DbUpdateCommandTree.cs
- XmlElementAttributes.cs
- SQLGuidStorage.cs
- CompositeControl.cs
- AuthenticationModuleElement.cs
- VectorAnimation.cs
- ParamArrayAttribute.cs
- webproxy.cs
- EFDataModelProvider.cs
- StrokeCollection2.cs
- CharacterMetrics.cs
- _ConnectStream.cs
- ParallelDesigner.cs
- GlyphShapingProperties.cs
- DPCustomTypeDescriptor.cs
- EmbeddedMailObjectCollectionEditor.cs
- ConnectionManagementElementCollection.cs
- SqlOuterApplyReducer.cs
- UncommonField.cs
- CompilerHelpers.cs
- UpdateRecord.cs
- BlockCollection.cs
- EntityTypeEmitter.cs
- PaperSource.cs
- QuaternionAnimation.cs
- TypeUnloadedException.cs
- ArraySegment.cs
- BuildManager.cs
- RequestTimeoutManager.cs
- WaitHandle.cs
- Transform.cs
- HttpClientCertificate.cs
- ErrorHandler.cs
- OperationAbortedException.cs
- WebPermission.cs
- BehaviorEditorPart.cs
- SecurityChannel.cs
- Accessible.cs
- LineSegment.cs
- BuildManagerHost.cs
- KeyboardNavigation.cs
- cookiecollection.cs
- XmlWriterSettings.cs
- FilteredSchemaElementLookUpTable.cs
- ToolStripScrollButton.cs
- _ConnectionGroup.cs
- ActiveXHelper.cs
- GeometryDrawing.cs
- PropertySet.cs
- HuffmanTree.cs
- EntityConnectionStringBuilder.cs
- DockPatternIdentifiers.cs
- FigureHelper.cs
- DataServiceCollectionOfT.cs
- FrameworkElement.cs
- DataGridRow.cs
- SimpleType.cs
- UnsafeNativeMethods.cs
- RegexParser.cs
- CacheVirtualItemsEvent.cs
- Path.cs
- XmlSiteMapProvider.cs
- AttachedPropertyBrowsableForTypeAttribute.cs
- ProxyWebPartConnectionCollection.cs
- AccessControlList.cs
- OdbcReferenceCollection.cs
- PermissionListSet.cs
- ScriptingJsonSerializationSection.cs
- XmlElementCollection.cs
- configsystem.cs
- ChineseLunisolarCalendar.cs
- ConfigurationSettings.cs
- Form.cs
- XsltFunctions.cs
- FixedPosition.cs
- TimeSpanStorage.cs
- AsyncOperationManager.cs
- BaseResourcesBuildProvider.cs
- SystemIPGlobalStatistics.cs
- CoreChannel.cs
- TemplateEditingService.cs
- CodeEntryPointMethod.cs
- TemplateBindingExpressionConverter.cs
- FileLoadException.cs
- XmlFormatExtensionPointAttribute.cs
- DataGridViewRowEventArgs.cs
- DecimalMinMaxAggregationOperator.cs
- WsdlInspector.cs
- ToolboxItemLoader.cs
- ResXDataNode.cs