Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- ColumnClickEvent.cs
- AlphabeticalEnumConverter.cs
- GlobalEventManager.cs
- VectorAnimation.cs
- HealthMonitoringSection.cs
- Int32RectConverter.cs
- BackStopAuthenticationModule.cs
- Util.cs
- TraceListener.cs
- NextPreviousPagerField.cs
- XmlLanguage.cs
- BitmapEffectGroup.cs
- SourceInterpreter.cs
- VariableAction.cs
- DebugView.cs
- WebPartDescriptionCollection.cs
- SemaphoreFullException.cs
- Terminate.cs
- HttpVersion.cs
- Decimal.cs
- PointLightBase.cs
- TextUtf8RawTextWriter.cs
- ObjectDisposedException.cs
- DocumentGridPage.cs
- IPAddress.cs
- HtmlElementErrorEventArgs.cs
- LineGeometry.cs
- ConfigurationSection.cs
- ProtocolElement.cs
- Positioning.cs
- LambdaCompiler.Unary.cs
- RichTextBoxConstants.cs
- FixedTextView.cs
- MetadataHelper.cs
- Listbox.cs
- HostingPreferredMapPath.cs
- ServiceDescription.cs
- DataServiceProviderWrapper.cs
- MatrixTransform3D.cs
- CategoryGridEntry.cs
- Environment.cs
- UnsafeNativeMethods.cs
- HostVisual.cs
- SpecialFolderEnumConverter.cs
- SQlBooleanStorage.cs
- RSAPKCS1KeyExchangeFormatter.cs
- SystemKeyConverter.cs
- WindowsSidIdentity.cs
- ForeignKeyFactory.cs
- UnaryNode.cs
- ProgressBar.cs
- LabelInfo.cs
- embossbitmapeffect.cs
- BitmapEffectrendercontext.cs
- PerformanceCounterPermissionAttribute.cs
- CodeSnippetCompileUnit.cs
- KnownAssemblyEntry.cs
- ToolStripItemEventArgs.cs
- HMACSHA512.cs
- EventProviderWriter.cs
- ImageListImageEditor.cs
- EntityDataSourceState.cs
- TypefaceMetricsCache.cs
- _AutoWebProxyScriptEngine.cs
- XmlConvert.cs
- GenericXmlSecurityToken.cs
- TableLayout.cs
- QueryCacheKey.cs
- MachineKeySection.cs
- XmlBoundElement.cs
- XmlComment.cs
- TextPatternIdentifiers.cs
- ExternalFile.cs
- ImpersonationContext.cs
- MemberPath.cs
- CompositeDataBoundControl.cs
- CodeCompiler.cs
- AlternateView.cs
- SqlMethodAttribute.cs
- AppSettingsExpressionBuilder.cs
- IPEndPointCollection.cs
- IIS7WorkerRequest.cs
- StringDictionaryEditor.cs
- OdbcConnectionStringbuilder.cs
- SecurityTokenRequirement.cs
- TemplateControlParser.cs
- DesignerAttribute.cs
- StreamWriter.cs
- CompositeClientFormatter.cs
- bidPrivateBase.cs
- DataGridItem.cs
- AutoScrollHelper.cs
- SamlNameIdentifierClaimResource.cs
- OwnerDrawPropertyBag.cs
- OutputChannel.cs
- CharConverter.cs
- _NegotiateClient.cs
- ExtendedPropertyInfo.cs
- BlurEffect.cs
- ListParaClient.cs