Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- PropertyConverter.cs
- RuleSet.cs
- BrowserTree.cs
- XmlNavigatorStack.cs
- ObjectListCommand.cs
- processwaithandle.cs
- ImageField.cs
- GridViewSelectEventArgs.cs
- Scheduler.cs
- CodeBinaryOperatorExpression.cs
- Int32CollectionConverter.cs
- XmlBufferedByteStreamReader.cs
- ActiveXSite.cs
- DataGridViewCellStyleChangedEventArgs.cs
- SequenceDesigner.xaml.cs
- TypeConverter.cs
- XmlStreamStore.cs
- QueryOutputWriter.cs
- ObsoleteAttribute.cs
- PrinterUnitConvert.cs
- SqlProcedureAttribute.cs
- DictionarySurrogate.cs
- HelloMessage11.cs
- DesignerAttribute.cs
- IntranetCredentialPolicy.cs
- MatrixCamera.cs
- ResourceDefaultValueAttribute.cs
- SafeViewOfFileHandle.cs
- JpegBitmapDecoder.cs
- Simplifier.cs
- formatter.cs
- DeclarativeConditionsCollection.cs
- ImageConverter.cs
- LayoutInformation.cs
- EmptyCollection.cs
- XmlSchemaExternal.cs
- SoapReflector.cs
- ZipIOZip64EndOfCentralDirectoryLocatorBlock.cs
- DirectoryLocalQuery.cs
- MarkupProperty.cs
- PolyLineSegmentFigureLogic.cs
- BatchParser.cs
- XmlAttributeHolder.cs
- InstancePersistenceCommand.cs
- DataList.cs
- ContravarianceAdapter.cs
- WindowsAuthenticationEventArgs.cs
- CodeAttributeArgumentCollection.cs
- SystemTcpConnection.cs
- DeviceContext2.cs
- DynamicQueryStringParameter.cs
- LookupNode.cs
- CompiledIdentityConstraint.cs
- SizeConverter.cs
- MiniParameterInfo.cs
- EpmCustomContentDeSerializer.cs
- PageAsyncTask.cs
- AmbientValueAttribute.cs
- DynamicPropertyReader.cs
- SapiRecognizer.cs
- DataColumnMappingCollection.cs
- NamespaceEmitter.cs
- FastEncoderStatics.cs
- ContractReference.cs
- XmlValidatingReaderImpl.cs
- DataGridViewTopLeftHeaderCell.cs
- ListViewUpdateEventArgs.cs
- EncodingTable.cs
- DataServiceHostFactory.cs
- oledbmetadatacollectionnames.cs
- StringAnimationBase.cs
- CodeMemberEvent.cs
- HwndSubclass.cs
- XmlReaderDelegator.cs
- FixedPageProcessor.cs
- RoutedEvent.cs
- OutputCacheProfile.cs
- DetailsView.cs
- Queue.cs
- DropShadowBitmapEffect.cs
- FunctionDescription.cs
- SoapEnumAttribute.cs
- ExtenderControl.cs
- DataGridViewCheckBoxCell.cs
- BooleanConverter.cs
- MenuEventArgs.cs
- EntityWrapperFactory.cs
- XmlSchemas.cs
- PointLightBase.cs
- IntegerFacetDescriptionElement.cs
- SoapElementAttribute.cs
- StateDesigner.LayoutSelectionGlyph.cs
- CatalogZoneBase.cs
- TableLayoutPanelDesigner.cs
- StructuredTypeInfo.cs
- CryptoStream.cs
- ObfuscateAssemblyAttribute.cs
- SqlFormatter.cs
- MD5CryptoServiceProvider.cs
- TextInfo.cs