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
- XmlStringTable.cs
- ADMembershipProvider.cs
- WSHttpBinding.cs
- Context.cs
- XsdBuildProvider.cs
- MetadataException.cs
- ValidationHelper.cs
- TempFiles.cs
- XmlNodeComparer.cs
- CaretElement.cs
- OracleConnectionFactory.cs
- StringUtil.cs
- Assert.cs
- NativeMethods.cs
- FileFormatException.cs
- RectAnimationBase.cs
- UidManager.cs
- ConnectionStringSettingsCollection.cs
- InternalMappingException.cs
- RectangleGeometry.cs
- ProxyGenerator.cs
- SwitchExpression.cs
- SmiSettersStream.cs
- FormViewUpdatedEventArgs.cs
- SqlNotificationEventArgs.cs
- CodeTypeOfExpression.cs
- TableParaClient.cs
- GeneralTransform3DCollection.cs
- ChangesetResponse.cs
- EndpointDiscoveryMetadata.cs
- PartialCachingControl.cs
- PeerNearMe.cs
- BuildManager.cs
- MostlySingletonList.cs
- PackageDigitalSignature.cs
- DocumentManager.cs
- HttpFileCollection.cs
- DataGridViewSelectedCellCollection.cs
- Expander.cs
- FastEncoderWindow.cs
- DataGridViewCellValueEventArgs.cs
- HwndAppCommandInputProvider.cs
- AutomationPattern.cs
- InstanceData.cs
- WebZone.cs
- mediaeventargs.cs
- ViewSimplifier.cs
- QilNode.cs
- UIElement3DAutomationPeer.cs
- ObjectListGeneralPage.cs
- SettingsSection.cs
- XmlSchemaObject.cs
- log.cs
- COAUTHIDENTITY.cs
- CdpEqualityComparer.cs
- EventTask.cs
- HMACRIPEMD160.cs
- InternalRelationshipCollection.cs
- DataGridViewColumnCollectionDialog.cs
- HotSpotCollection.cs
- GeneralTransform3DTo2D.cs
- XamlReaderHelper.cs
- TargetInvocationException.cs
- Queue.cs
- Models.cs
- GPRECTF.cs
- FixedTextContainer.cs
- MatrixStack.cs
- RectangleGeometry.cs
- EventItfInfo.cs
- ProxyRpc.cs
- RsaSecurityToken.cs
- PeerPresenceInfo.cs
- Model3DGroup.cs
- DelayedRegex.cs
- Win32Native.cs
- DefaultBindingPropertyAttribute.cs
- ApplicationInfo.cs
- ApplicationSecurityManager.cs
- FormViewRow.cs
- XPathDocumentIterator.cs
- AdCreatedEventArgs.cs
- SqlInternalConnection.cs
- TextServicesCompartment.cs
- SmtpSpecifiedPickupDirectoryElement.cs
- SmtpDigestAuthenticationModule.cs
- ServiceOperation.cs
- DeviceContexts.cs
- keycontainerpermission.cs
- SmiMetaData.cs
- IdnMapping.cs
- CursorConverter.cs
- Label.cs
- EncoderBestFitFallback.cs
- baseaxisquery.cs
- baseshape.cs
- storepermissionattribute.cs
- XmlQuerySequence.cs
- DelegateHelpers.Generated.cs
- StreamResourceInfo.cs