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

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ToolStripScrollButton.cs
- LineUtil.cs
- CalloutQueueItem.cs
- PermissionSetTriple.cs
- SuppressMergeCheckAttribute.cs
- RequiredAttributeAttribute.cs
- ProcessManager.cs
- XamlReader.cs
- SqlTypeConverter.cs
- XmlSchemaAttribute.cs
- CellParagraph.cs
- ScrollChangedEventArgs.cs
- WinInetCache.cs
- DifferencingCollection.cs
- ToolStripDropDownClosedEventArgs.cs
- MetadataItemSerializer.cs
- Renderer.cs
- SQLBinary.cs
- ToolStripControlHost.cs
- FixedDSBuilder.cs
- Decorator.cs
- CodeAttributeArgument.cs
- DrawingCollection.cs
- StylusButtonEventArgs.cs
- InputLangChangeEvent.cs
- templategroup.cs
- LicFileLicenseProvider.cs
- HttpException.cs
- SystemIcmpV4Statistics.cs
- XamlFigureLengthSerializer.cs
- PersonalizationProvider.cs
- RightsManagementEncryptionTransform.cs
- WebPartConnectionsCancelVerb.cs
- ComPersistableTypeElement.cs
- SessionStateUtil.cs
- PersonalizationDictionary.cs
- XhtmlBasicCalendarAdapter.cs
- ThreadSafeList.cs
- Wow64ConfigurationLoader.cs
- EditCommandColumn.cs
- ProgressBarBrushConverter.cs
- SqlCommandBuilder.cs
- Header.cs
- GZipDecoder.cs
- CfgArc.cs
- OptimalBreakSession.cs
- TraceData.cs
- DefaultPrintController.cs
- RegexCode.cs
- DataListCommandEventArgs.cs
- XamlPoint3DCollectionSerializer.cs
- EncoderNLS.cs
- DirectoryInfo.cs
- WorkflowView.cs
- IOException.cs
- ActiveXSite.cs
- MasterPageParser.cs
- AppDomainManager.cs
- ContainerSelectorBehavior.cs
- FilteredDataSetHelper.cs
- ValueTable.cs
- ShaperBuffers.cs
- NameValuePair.cs
- SmiEventSink_DeferedProcessing.cs
- DependencyPropertyChangedEventArgs.cs
- DrawTreeNodeEventArgs.cs
- InternalControlCollection.cs
- Debug.cs
- TextParentUndoUnit.cs
- DependencyPropertyAttribute.cs
- TimelineClockCollection.cs
- BaseConfigurationRecord.cs
- DataBoundControlHelper.cs
- AttributeQuery.cs
- returneventsaver.cs
- CodeMethodMap.cs
- IntegerValidatorAttribute.cs
- BamlRecordHelper.cs
- SqlDataSourceParameterParser.cs
- IpcPort.cs
- ProcessModuleCollection.cs
- DefaultAssemblyResolver.cs
- VariableExpressionConverter.cs
- PermissionListSet.cs
- ProxyWebPartManager.cs
- dtdvalidator.cs
- ContentFileHelper.cs
- StylesEditorDialog.cs
- ContextBase.cs
- AudioDeviceOut.cs
- StrokeNodeOperations2.cs
- SingleTagSectionHandler.cs
- XmlTextWriter.cs
- Propagator.Evaluator.cs
- Module.cs
- ObjectRef.cs
- DbParameterCollectionHelper.cs
- XmlEntity.cs
- CqlGenerator.cs
- SessionMode.cs