Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / DEVDIV / depot / DevDiv / releases / 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. //------------------------------------------------------------------------------ //// 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
- HttpDictionary.cs
- XmlSchemaGroupRef.cs
- Int64Storage.cs
- ChangeConflicts.cs
- ECDsa.cs
- WS2007HttpBinding.cs
- AudioFormatConverter.cs
- Inflater.cs
- TabControl.cs
- TreeNodeConverter.cs
- HijriCalendar.cs
- SoundPlayerAction.cs
- PersianCalendar.cs
- UpdateRecord.cs
- DataTableMappingCollection.cs
- EmptyWorkItem.cs
- RuntimeIdentifierPropertyAttribute.cs
- NodeInfo.cs
- SmiEventStream.cs
- Container.cs
- SingleAnimationBase.cs
- ErrorStyle.cs
- TableStyle.cs
- DbExpressionBuilder.cs
- Cursors.cs
- CacheAxisQuery.cs
- MetadataArtifactLoaderCompositeFile.cs
- EncoderFallback.cs
- SecurityUtils.cs
- MailFileEditor.cs
- HiddenFieldPageStatePersister.cs
- DbQueryCommandTree.cs
- ThreadStateException.cs
- ArrayElementGridEntry.cs
- DataGridRelationshipRow.cs
- UntrustedRecipientException.cs
- KeyProperty.cs
- WebHttpBindingCollectionElement.cs
- safelink.cs
- XmlWrappingWriter.cs
- XmlAttributeCache.cs
- ControlValuePropertyAttribute.cs
- HwndHostAutomationPeer.cs
- GeneratedContractType.cs
- ResourcePermissionBaseEntry.cs
- SchemaNames.cs
- PhysicalAddress.cs
- SafePEFileHandle.cs
- ScriptManager.cs
- XPathAncestorIterator.cs
- DrawingContextWalker.cs
- xmlfixedPageInfo.cs
- ObjectAnimationUsingKeyFrames.cs
- TcpChannelListener.cs
- AssociationSetMetadata.cs
- NavigationEventArgs.cs
- WmlPhoneCallAdapter.cs
- XPathSelfQuery.cs
- WaveHeader.cs
- ExpandedProjectionNode.cs
- SpeechSeg.cs
- Int16Converter.cs
- AuthenticationService.cs
- DateTimeSerializationSection.cs
- infer.cs
- Soap12ServerProtocol.cs
- NavigationWindowAutomationPeer.cs
- TabControl.cs
- XmlDataSourceNodeDescriptor.cs
- LambdaCompiler.Lambda.cs
- processwaithandle.cs
- DependencyPropertyValueSerializer.cs
- GridViewPageEventArgs.cs
- DropDownButton.cs
- TextWriter.cs
- XPathParser.cs
- UInt16Storage.cs
- HtmlValidatorAdapter.cs
- SynchronizedDispatch.cs
- ExpressionValueEditor.cs
- CookieParameter.cs
- ProxyGenerator.cs
- CheckPair.cs
- SplitterDesigner.cs
- EdmSchemaError.cs
- Matrix3DConverter.cs
- OutputCacheProfile.cs
- exports.cs
- CommandConverter.cs
- ListBoxDesigner.cs
- ResponseStream.cs
- DataSysAttribute.cs
- UInt32.cs
- BlurEffect.cs
- WorkflowTransactionService.cs
- ObjectView.cs
- SelectionEditor.cs
- activationcontext.cs
- Size3D.cs
- SqlCharStream.cs