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
- FastPropertyAccessor.cs
- DataGridDefaultColumnWidthTypeConverter.cs
- SystemFonts.cs
- ValueOfAction.cs
- BooleanStorage.cs
- basemetadatamappingvisitor.cs
- EntitySqlQueryCacheEntry.cs
- ConfigurationManagerHelperFactory.cs
- ReferentialConstraint.cs
- IsolatedStorageFilePermission.cs
- SelectorAutomationPeer.cs
- DrawingContext.cs
- StreamUpdate.cs
- ValidationRuleCollection.cs
- DispatcherTimer.cs
- ClrProviderManifest.cs
- DbXmlEnabledProviderManifest.cs
- StringReader.cs
- BuildProvidersCompiler.cs
- SerializationObjectManager.cs
- NetworkAddressChange.cs
- MailDefinition.cs
- Rfc2898DeriveBytes.cs
- MimeTypePropertyAttribute.cs
- ObjectTag.cs
- RtfFormatStack.cs
- RotateTransform.cs
- GridViewSelectEventArgs.cs
- Rotation3D.cs
- AttributeProviderAttribute.cs
- MemberJoinTreeNode.cs
- Dynamic.cs
- TrackingServices.cs
- IfElseDesigner.xaml.cs
- XsltConvert.cs
- WasHttpModulesInstallComponent.cs
- PerfCounters.cs
- StaticFileHandler.cs
- ExceptionUtil.cs
- StringSorter.cs
- FontClient.cs
- TimeSpanConverter.cs
- SmtpCommands.cs
- RequestCacheEntry.cs
- Config.cs
- SqlDataSourceEnumerator.cs
- TextViewElement.cs
- InkCanvasSelection.cs
- SafeCertificateStore.cs
- _Rfc2616CacheValidators.cs
- SmtpFailedRecipientsException.cs
- XMLSchema.cs
- SegmentInfo.cs
- SettingsPropertyValue.cs
- XmlCollation.cs
- MimeParameter.cs
- WindowCollection.cs
- WebBrowser.cs
- HandlerWithFactory.cs
- RegexReplacement.cs
- CategoryGridEntry.cs
- XmlArrayAttribute.cs
- Point.cs
- NotCondition.cs
- ToolTipAutomationPeer.cs
- HttpResponseHeader.cs
- VariableQuery.cs
- JsonCollectionDataContract.cs
- WindowsContainer.cs
- ExpressionBinding.cs
- UpdateProgress.cs
- xmlglyphRunInfo.cs
- SafeNativeMethods.cs
- ResourceContainer.cs
- NavigationPropertySingletonExpression.cs
- SQLDoubleStorage.cs
- WebSysDescriptionAttribute.cs
- HotSpot.cs
- Overlapped.cs
- Typography.cs
- FocusTracker.cs
- ObjectStateFormatter.cs
- FunctionNode.cs
- TriggerActionCollection.cs
- OracleParameter.cs
- RichTextBox.cs
- SecurityTokenAuthenticator.cs
- selecteditemcollection.cs
- XPathMultyIterator.cs
- WindowsAltTab.cs
- Pen.cs
- QilStrConcat.cs
- DispatcherTimer.cs
- ConstructorNeedsTagAttribute.cs
- DynamicMetaObject.cs
- Drawing.cs
- GcHandle.cs
- KeyManager.cs
- ArgumentOutOfRangeException.cs
- MembershipUser.cs