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
- SerializationAttributes.cs
- HtmlHistory.cs
- RealProxy.cs
- StringConcat.cs
- SoapDocumentServiceAttribute.cs
- DataGridViewRowPrePaintEventArgs.cs
- EmbeddedMailObject.cs
- PackageRelationshipSelector.cs
- Zone.cs
- HtmlGenericControl.cs
- PeerTransportSecuritySettings.cs
- SnapLine.cs
- BrowserCapabilitiesFactory.cs
- CompressionTransform.cs
- AsyncCompletedEventArgs.cs
- PerformanceCounterPermissionEntry.cs
- ObjectAnimationUsingKeyFrames.cs
- RuleInfoComparer.cs
- TraceLevelStore.cs
- WebPartsSection.cs
- ObjectListCommandEventArgs.cs
- MediaElement.cs
- GridViewRowEventArgs.cs
- DbParameterHelper.cs
- BaseProcessProtocolHandler.cs
- CompilerTypeWithParams.cs
- Canvas.cs
- AnimatedTypeHelpers.cs
- SystemPens.cs
- DataRelationCollection.cs
- RelationshipEnd.cs
- SrgsGrammar.cs
- WebHostedComPlusServiceHost.cs
- StrongNameKeyPair.cs
- RSAOAEPKeyExchangeFormatter.cs
- FolderBrowserDialog.cs
- DragDeltaEventArgs.cs
- MatrixStack.cs
- DataListAutoFormat.cs
- DataObjectCopyingEventArgs.cs
- ScrollContentPresenter.cs
- SystemIPGlobalStatistics.cs
- unitconverter.cs
- TreeNode.cs
- ipaddressinformationcollection.cs
- ConditionCollection.cs
- TabPage.cs
- RegexCharClass.cs
- RegexMatch.cs
- localization.cs
- UnsafeMethods.cs
- UserNamePasswordValidator.cs
- NativeMethods.cs
- dbdatarecord.cs
- ValidationPropertyAttribute.cs
- WorkflowQueue.cs
- XmlWrappingReader.cs
- SoapAttributes.cs
- CodePropertyReferenceExpression.cs
- SoapElementAttribute.cs
- SystemTcpStatistics.cs
- EmptyStringExpandableObjectConverter.cs
- HashMembershipCondition.cs
- GeometryHitTestParameters.cs
- HttpRawResponse.cs
- TypefaceMetricsCache.cs
- sortedlist.cs
- DrawTreeNodeEventArgs.cs
- InfiniteIntConverter.cs
- PackWebRequest.cs
- AbstractExpressions.cs
- ConfigurationStrings.cs
- WebInvokeAttribute.cs
- Match.cs
- URLString.cs
- TreeNodeEventArgs.cs
- InputMethodStateTypeInfo.cs
- GenericUriParser.cs
- SystemIPInterfaceProperties.cs
- MessageEnumerator.cs
- AttachedAnnotationChangedEventArgs.cs
- SmiXetterAccessMap.cs
- AppDomainUnloadedException.cs
- HandleRef.cs
- sitestring.cs
- XamlSerializerUtil.cs
- SettingsBase.cs
- safex509handles.cs
- BufferedOutputAsyncStream.cs
- EntityDesignerDataSourceView.cs
- LoopExpression.cs
- NavigationFailedEventArgs.cs
- DataGrid.cs
- MouseActionConverter.cs
- WebUtil.cs
- EventWaitHandle.cs
- ValidatorAttribute.cs
- JournalNavigationScope.cs
- MemberCollection.cs
- OleDbConnectionFactory.cs