Code:
/ 4.0 / 4.0 / 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. // 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
- RefExpr.cs
- DetailsViewInsertedEventArgs.cs
- XmlSignificantWhitespace.cs
- SQlBooleanStorage.cs
- ParameterModifier.cs
- DrawToolTipEventArgs.cs
- _DisconnectOverlappedAsyncResult.cs
- OrderPreservingPipeliningSpoolingTask.cs
- SpecialFolderEnumConverter.cs
- ToolBar.cs
- MemoryMappedView.cs
- Boolean.cs
- future.cs
- XmlNamespaceManager.cs
- DataTableReader.cs
- HtmlInputText.cs
- BCLDebug.cs
- GcSettings.cs
- WebPartEditorCancelVerb.cs
- BadImageFormatException.cs
- OutputBuffer.cs
- HMACSHA256.cs
- DeploymentSection.cs
- storepermission.cs
- CodeStatement.cs
- ExtendedProtectionPolicyTypeConverter.cs
- BamlBinaryReader.cs
- UserControl.cs
- SecurityState.cs
- Collection.cs
- SystemColorTracker.cs
- _ConnectOverlappedAsyncResult.cs
- StreamWriter.cs
- XmlNavigatorStack.cs
- CorrelationManager.cs
- WindowsTitleBar.cs
- SiteIdentityPermission.cs
- ALinqExpressionVisitor.cs
- UserNameSecurityToken.cs
- DbProviderSpecificTypePropertyAttribute.cs
- SQLDecimal.cs
- NavigationProgressEventArgs.cs
- TriggerActionCollection.cs
- GeneralTransform2DTo3DTo2D.cs
- GlyphCache.cs
- XPathCompileException.cs
- TypeConverterHelper.cs
- CustomAttributeFormatException.cs
- Scripts.cs
- ControlPaint.cs
- IntranetCredentialPolicy.cs
- CrossSiteScriptingValidation.cs
- PrimitiveCodeDomSerializer.cs
- WebPartMinimizeVerb.cs
- XhtmlBasicImageAdapter.cs
- PrimitiveSchema.cs
- FileRecordSequenceCompletedAsyncResult.cs
- NumberFormatInfo.cs
- SoapReflectionImporter.cs
- DrawListViewSubItemEventArgs.cs
- SnapLine.cs
- DateTimeOffset.cs
- FormViewModeEventArgs.cs
- CompiledRegexRunner.cs
- ProfileSettings.cs
- Duration.cs
- DataGridViewCellMouseEventArgs.cs
- PagerStyle.cs
- ProgressBarBrushConverter.cs
- MemberDomainMap.cs
- XslException.cs
- UnsafeNativeMethods.cs
- ExecutionEngineException.cs
- TableParagraph.cs
- DefaultPrintController.cs
- listitem.cs
- DebugHandleTracker.cs
- WebPartConnectionsDisconnectVerb.cs
- DelegateHelpers.cs
- AxWrapperGen.cs
- CompilerResults.cs
- SchemaSetCompiler.cs
- SocketException.cs
- TemplatedMailWebEventProvider.cs
- XmlAttributeOverrides.cs
- BrushValueSerializer.cs
- ContextStaticAttribute.cs
- X509SecurityToken.cs
- UriSchemeKeyedCollection.cs
- LinkedList.cs
- TextRangeEdit.cs
- NativeMethods.cs
- LoginDesigner.cs
- ObjectAssociationEndMapping.cs
- MediaContext.cs
- DebugTracing.cs
- AssertFilter.cs
- DbQueryCommandTree.cs
- SurrogateEncoder.cs
- Pkcs7Signer.cs