Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebControls / DetailsViewModeEventArgs.cs / 1305376 / DetailsViewModeEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System; using System.ComponentModel; ////// public class DetailsViewModeEventArgs : CancelEventArgs { private DetailsViewMode _mode; private bool _cancelingEdit; ///Provides data for the ///event. /// public DetailsViewModeEventArgs(DetailsViewMode mode, bool cancelingEdit) : base(false) { this._mode = mode; this._cancelingEdit = cancelingEdit; } ///Initializes a new instance of ///class. /// public bool CancelingEdit { get { return _cancelingEdit; } } ///Gets a bool in the ///indicating whether the mode change is the result of a cancel command. /// This property is read-only. /// public DetailsViewMode NewMode { get { return _mode; } set { _mode = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //Gets a DetailsViewMode in the ///. This property is read-only. // Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System; using System.ComponentModel; ////// public class DetailsViewModeEventArgs : CancelEventArgs { private DetailsViewMode _mode; private bool _cancelingEdit; ///Provides data for the ///event. /// public DetailsViewModeEventArgs(DetailsViewMode mode, bool cancelingEdit) : base(false) { this._mode = mode; this._cancelingEdit = cancelingEdit; } ///Initializes a new instance of ///class. /// public bool CancelingEdit { get { return _cancelingEdit; } } ///Gets a bool in the ///indicating whether the mode change is the result of a cancel command. /// This property is read-only. /// public DetailsViewMode NewMode { get { return _mode; } set { _mode = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.Gets a DetailsViewMode in the ///. This property is read-only.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SerializationSectionGroup.cs
- GridViewActionList.cs
- GenerateHelper.cs
- LeftCellWrapper.cs
- Keyboard.cs
- TableLayoutPanelBehavior.cs
- AccessDataSourceView.cs
- DesignerEditorPartChrome.cs
- DataSetUtil.cs
- VolatileEnlistmentMultiplexing.cs
- FreeFormPanel.cs
- AuthStoreRoleProvider.cs
- PtsCache.cs
- ServiceActivationException.cs
- SystemIPv6InterfaceProperties.cs
- IncrementalHitTester.cs
- ObjectStateEntryDbDataRecord.cs
- ThemeDictionaryExtension.cs
- VisualBrush.cs
- TableCellAutomationPeer.cs
- Site.cs
- StartUpEventArgs.cs
- Typeface.cs
- ServiceOperationListItem.cs
- HtmlInputControl.cs
- DecimalConstantAttribute.cs
- SspiNegotiationTokenProviderState.cs
- SevenBitStream.cs
- XamlStyleSerializer.cs
- ViewPort3D.cs
- ContentOperations.cs
- ShaderEffect.cs
- SelectorItemAutomationPeer.cs
- XamlVector3DCollectionSerializer.cs
- KeyNotFoundException.cs
- ComPlusTypeValidator.cs
- TrackingParameters.cs
- CellLabel.cs
- RegionInfo.cs
- RtfToXamlLexer.cs
- WbemException.cs
- EntityDataSourceDesigner.cs
- XmlElement.cs
- LocationEnvironment.cs
- CodeSnippetCompileUnit.cs
- NativeMethods.cs
- AnyAllSearchOperator.cs
- LayoutSettings.cs
- RoleGroupCollection.cs
- SmiXetterAccessMap.cs
- SubclassTypeValidatorAttribute.cs
- HybridDictionary.cs
- SqlOuterApplyReducer.cs
- formatter.cs
- ExpressionConverter.cs
- ImageButton.cs
- CellConstant.cs
- OperationAbortedException.cs
- HttpRequestContext.cs
- Console.cs
- FieldBuilder.cs
- ViewGenResults.cs
- SchemeSettingElement.cs
- PngBitmapEncoder.cs
- TemplatePropertyEntry.cs
- TableLayoutPanel.cs
- TypeConverterHelper.cs
- PassportAuthenticationModule.cs
- Triangle.cs
- SafeNativeMethods.cs
- BaseDataListPage.cs
- XamlLoadErrorInfo.cs
- ExchangeUtilities.cs
- SetStateDesigner.cs
- TransformConverter.cs
- _HeaderInfo.cs
- WebPageTraceListener.cs
- IIS7WorkerRequest.cs
- ToolStripHighContrastRenderer.cs
- DashStyle.cs
- OLEDB_Util.cs
- HwndAppCommandInputProvider.cs
- KeySplineConverter.cs
- ExceptionHandlerDesigner.cs
- LayoutExceptionEventArgs.cs
- PathGradientBrush.cs
- RankException.cs
- Matrix3DStack.cs
- XmlUTF8TextReader.cs
- ToolStripRendererSwitcher.cs
- NavigatorInput.cs
- EdmMember.cs
- Html32TextWriter.cs
- safelink.cs
- XmlResolver.cs
- EntityClientCacheEntry.cs
- OleStrCAMarshaler.cs
- NativeRecognizer.cs
- FixedSOMImage.cs
- WindowsListViewGroup.cs