Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebParts / WebPartDisplayModeEventArgs.cs / 1305376 / WebPartDisplayModeEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls.WebParts { using System; public class WebPartDisplayModeEventArgs : EventArgs { private WebPartDisplayMode _oldDisplayMode; public WebPartDisplayModeEventArgs(WebPartDisplayMode oldDisplayMode) { _oldDisplayMode = oldDisplayMode; } public WebPartDisplayMode OldDisplayMode { get { return _oldDisplayMode; } set { _oldDisplayMode = 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; public class WebPartDisplayModeEventArgs : EventArgs { private WebPartDisplayMode _oldDisplayMode; public WebPartDisplayModeEventArgs(WebPartDisplayMode oldDisplayMode) { _oldDisplayMode = oldDisplayMode; } public WebPartDisplayMode OldDisplayMode { get { return _oldDisplayMode; } set { _oldDisplayMode = 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
- BitmapMetadata.cs
- RootContext.cs
- ImmutableCollection.cs
- VSWCFServiceContractGenerator.cs
- CharEntityEncoderFallback.cs
- SspiNegotiationTokenProvider.cs
- GenericAuthenticationEventArgs.cs
- DataKeyArray.cs
- Debug.cs
- CqlLexer.cs
- ListDataBindEventArgs.cs
- xml.cs
- SharedUtils.cs
- SiteMap.cs
- XmlSchemaValidationException.cs
- AxisAngleRotation3D.cs
- TypographyProperties.cs
- ValidateNames.cs
- GraphicsState.cs
- GestureRecognitionResult.cs
- oledbmetadatacolumnnames.cs
- DataGridViewRowConverter.cs
- CodeTypeReferenceCollection.cs
- ParameterElementCollection.cs
- TreeNodeStyle.cs
- AstTree.cs
- NonVisualControlAttribute.cs
- ProfilePropertyNameValidator.cs
- ReflectionUtil.cs
- MarkupProperty.cs
- XmlLoader.cs
- Oid.cs
- DES.cs
- EntityDescriptor.cs
- Membership.cs
- WinFormsSpinner.cs
- XmlEventCache.cs
- BinaryMethodMessage.cs
- ZipIOExtraFieldZip64Element.cs
- PipeStream.cs
- ThreadAbortException.cs
- SimpleLine.cs
- HwndSubclass.cs
- DrawListViewColumnHeaderEventArgs.cs
- MessageDispatch.cs
- EastAsianLunisolarCalendar.cs
- PrimitiveXmlSerializers.cs
- XPathAncestorQuery.cs
- GPPOINT.cs
- CompositionTarget.cs
- CssClassPropertyAttribute.cs
- glyphs.cs
- MissingManifestResourceException.cs
- KeyValueConfigurationElement.cs
- FillErrorEventArgs.cs
- XmlAttribute.cs
- WebPartEventArgs.cs
- SendMessageRecord.cs
- VisualProxy.cs
- MSAANativeProvider.cs
- SQLBytes.cs
- SafeProcessHandle.cs
- UpDownEvent.cs
- ImagingCache.cs
- tooltip.cs
- HttpCachePolicyWrapper.cs
- SecurityPermission.cs
- ViewStateException.cs
- AnnotationComponentManager.cs
- IBuiltInEvidence.cs
- Walker.cs
- BlockCollection.cs
- PasswordBox.cs
- RawMouseInputReport.cs
- DbConnectionPoolCounters.cs
- RtfToXamlReader.cs
- ChtmlFormAdapter.cs
- ManualResetEvent.cs
- UnsafeNativeMethods.cs
- EpmSyndicationContentDeSerializer.cs
- KeyEventArgs.cs
- AddressAlreadyInUseException.cs
- ClipboardProcessor.cs
- XmlSchemaSimpleTypeList.cs
- FontFamilyIdentifier.cs
- Sequence.cs
- CodeGenerator.cs
- DescendantBaseQuery.cs
- CommandTreeTypeHelper.cs
- TextBoxBase.cs
- Barrier.cs
- DefinitionBase.cs
- Utils.cs
- SliderAutomationPeer.cs
- UIElementParagraph.cs
- XslVisitor.cs
- ImplicitInputBrush.cs
- Vector3DValueSerializer.cs
- SymLanguageType.cs
- DataRowView.cs