Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebControls / FormViewModeEventArgs.cs / 1305376 / FormViewModeEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System; using System.ComponentModel; ////// public class FormViewModeEventArgs : CancelEventArgs { private FormViewMode _mode; private bool _cancelingEdit; ///Provides data for the ///event. /// public FormViewModeEventArgs(FormViewMode 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 FormViewMode NewMode { get { return _mode; } set { _mode = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.Gets a FormViewMode in the ///. This property is read-only.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- RSAPKCS1SignatureDeformatter.cs
- KnownTypes.cs
- KeyInterop.cs
- GridViewHeaderRowPresenter.cs
- OAVariantLib.cs
- Package.cs
- UnsafeNativeMethods.cs
- CaseStatement.cs
- WebMessageFormatHelper.cs
- ScrollItemPatternIdentifiers.cs
- TextServicesManager.cs
- MailBnfHelper.cs
- ComponentChangedEvent.cs
- RealizationDrawingContextWalker.cs
- ParameterCollection.cs
- TemplateBindingExpression.cs
- RegularExpressionValidator.cs
- DelayedRegex.cs
- Scene3D.cs
- ActivityXRefConverter.cs
- SamlAssertion.cs
- DataSvcMapFile.cs
- PrintPreviewGraphics.cs
- URLString.cs
- diagnosticsswitches.cs
- DWriteFactory.cs
- RelatedCurrencyManager.cs
- PanelStyle.cs
- FileSystemEventArgs.cs
- WebBrowserProgressChangedEventHandler.cs
- MissingMemberException.cs
- DefaultBindingPropertyAttribute.cs
- MappingMetadataHelper.cs
- XmlSchemaCompilationSettings.cs
- DataListItemEventArgs.cs
- HMACRIPEMD160.cs
- SqlClientWrapperSmiStreamChars.cs
- RelatedEnd.cs
- Attributes.cs
- DataColumnMappingCollection.cs
- ArgumentException.cs
- DateBoldEvent.cs
- MemberAssignment.cs
- adornercollection.cs
- Catch.cs
- AutoScrollExpandMessageFilter.cs
- DataBinding.cs
- BufferedWebEventProvider.cs
- Polygon.cs
- XmlResolver.cs
- CopyAction.cs
- PropertyOverridesTypeEditor.cs
- TextReturnReader.cs
- EventMetadata.cs
- ISAPIWorkerRequest.cs
- Propagator.Evaluator.cs
- ToolStripItemImageRenderEventArgs.cs
- ArrangedElement.cs
- MarginsConverter.cs
- ToolboxItem.cs
- ConfigXmlComment.cs
- RegexGroup.cs
- QueryContinueDragEvent.cs
- PeerTransportCredentialType.cs
- Stack.cs
- MenuCommand.cs
- TableLayoutPanelCodeDomSerializer.cs
- LinkConverter.cs
- hresults.cs
- PriorityQueue.cs
- ByteKeyFrameCollection.cs
- Msmq3PoisonHandler.cs
- PathFigureCollection.cs
- StringBuilder.cs
- HwndSource.cs
- Emitter.cs
- XmlSchemaComplexType.cs
- GrabHandleGlyph.cs
- Quaternion.cs
- RadioButton.cs
- SocketInformation.cs
- AssemblyBuilder.cs
- HitTestParameters.cs
- PhoneCallDesigner.cs
- PopOutPanel.cs
- TextDecorationCollection.cs
- ProcessHost.cs
- FixedPosition.cs
- ConnectionsZone.cs
- CodeSnippetCompileUnit.cs
- QilNode.cs
- TextParagraphView.cs
- ObjectViewFactory.cs
- CommonGetThemePartSize.cs
- HtmlPageAdapter.cs
- NewArrayExpression.cs
- DataGridViewAutoSizeModeEventArgs.cs
- WorkflowTimerService.cs
- ForeignKeyConstraint.cs
- XmlTextReader.cs