Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / xsp / System / Web / UI / WebParts / WebPartDisplayModeCancelEventArgs.cs / 1 / WebPartDisplayModeCancelEventArgs.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 WebPartDisplayModeCancelEventArgs : CancelEventArgs { private WebPartDisplayMode _newDisplayMode; public WebPartDisplayModeCancelEventArgs(WebPartDisplayMode newDisplayMode) { _newDisplayMode = newDisplayMode; } public WebPartDisplayMode NewDisplayMode { get { return _newDisplayMode; } set { _newDisplayMode = 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 WebPartDisplayModeCancelEventArgs : CancelEventArgs { private WebPartDisplayMode _newDisplayMode; public WebPartDisplayModeCancelEventArgs(WebPartDisplayMode newDisplayMode) { _newDisplayMode = newDisplayMode; } public WebPartDisplayMode NewDisplayMode { get { return _newDisplayMode; } set { _newDisplayMode = 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
- MaterializeFromAtom.cs
- EntityContainer.cs
- TextServicesPropertyRanges.cs
- SqlProviderManifest.cs
- HyperLink.cs
- WindowsToolbarAsMenu.cs
- FindCriteria11.cs
- ProgressBar.cs
- assertwrapper.cs
- X509Certificate2.cs
- DataException.cs
- MailMessageEventArgs.cs
- CodeAttributeDeclarationCollection.cs
- InternalMappingException.cs
- ComNativeDescriptor.cs
- DirectoryRootQuery.cs
- WebDisplayNameAttribute.cs
- IndexedEnumerable.cs
- OracleBFile.cs
- ClassData.cs
- CachedPathData.cs
- URLAttribute.cs
- RandomNumberGenerator.cs
- ExpandableObjectConverter.cs
- EntityDataSourceReferenceGroup.cs
- ProfilePropertySettings.cs
- BitmapSource.cs
- ScrollBar.cs
- DateBoldEvent.cs
- CalendarAutoFormat.cs
- MethodBuilder.cs
- XmlComplianceUtil.cs
- AsyncOperation.cs
- AvtEvent.cs
- WorkflowApplicationException.cs
- RegexGroupCollection.cs
- XpsFontSubsetter.cs
- FactoryRecord.cs
- TableParaClient.cs
- Empty.cs
- DrawingCollection.cs
- RenderData.cs
- RuntimeResourceSet.cs
- SafeCryptoHandles.cs
- SettingsSavedEventArgs.cs
- StringPropertyBuilder.cs
- ListViewHitTestInfo.cs
- FilterQuery.cs
- InkCollectionBehavior.cs
- ResXResourceReader.cs
- InputChannelBinder.cs
- BulletDecorator.cs
- WorkflowMessageEventHandler.cs
- RootCodeDomSerializer.cs
- WindowsRichEditRange.cs
- ZoneButton.cs
- DataGridItemCollection.cs
- CqlIdentifiers.cs
- OleDbConnectionPoolGroupProviderInfo.cs
- PhysicalOps.cs
- RecordBuilder.cs
- MediaElement.cs
- EventLogPermissionEntry.cs
- BitmapImage.cs
- RankException.cs
- SqlGatherProducedAliases.cs
- AutomationPatternInfo.cs
- SqlDataSourceAdvancedOptionsForm.cs
- Dump.cs
- RelationshipFixer.cs
- XmlSchemaCompilationSettings.cs
- ImageMap.cs
- InitializingNewItemEventArgs.cs
- GradientSpreadMethodValidation.cs
- HtmlTitle.cs
- IndexingContentUnit.cs
- PersonalizationStateInfo.cs
- ToggleButtonAutomationPeer.cs
- ServiceEndpointElementCollection.cs
- SqlCommandSet.cs
- WindowsGraphicsWrapper.cs
- SingleObjectCollection.cs
- LocalizableResourceBuilder.cs
- ToolStripRenderer.cs
- NameSpaceExtractor.cs
- KeyPullup.cs
- CodePageUtils.cs
- ReadOnlyDataSource.cs
- _SslStream.cs
- Condition.cs
- AutomationEvent.cs
- ExportOptions.cs
- EventLogPermissionEntry.cs
- SimpleWorkerRequest.cs
- WarningException.cs
- OutputCacheProfileCollection.cs
- SafeMILHandle.cs
- CollectionsUtil.cs
- ObjectDataSourceView.cs
- ConstraintManager.cs