Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / xsp / System / Web / UI / WebControls / FormViewModeEventArgs.cs / 1 / FormViewModeEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System; using System.ComponentModel; using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] 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; } } } }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
- LinearKeyFrames.cs
- SharedStatics.cs
- HtmlElement.cs
- TableDetailsRow.cs
- LoadGrammarCompletedEventArgs.cs
- PasswordBoxAutomationPeer.cs
- PageCopyCount.cs
- OperationCanceledException.cs
- ProfileGroupSettingsCollection.cs
- PeerInvitationResponse.cs
- FontFamily.cs
- Int32AnimationBase.cs
- SqlDataReaderSmi.cs
- PolyLineSegment.cs
- GraphicsState.cs
- LocalValueEnumerator.cs
- EditorPart.cs
- RichTextBox.cs
- BaseParagraph.cs
- PeerCredential.cs
- TemplateXamlParser.cs
- AbstractSvcMapFileLoader.cs
- KnownBoxes.cs
- Point4D.cs
- TemplateKeyConverter.cs
- ExceptionRoutedEventArgs.cs
- LocationReferenceValue.cs
- DbProviderFactories.cs
- OutputCacheModule.cs
- Base64Stream.cs
- CaseStatementProjectedSlot.cs
- ContainsRowNumberChecker.cs
- XMLUtil.cs
- CryptoHandle.cs
- regiisutil.cs
- MutexSecurity.cs
- RegisteredArrayDeclaration.cs
- FlagsAttribute.cs
- Char.cs
- OracleSqlParser.cs
- SessionStateSection.cs
- AcceptorSessionSymmetricTransportSecurityProtocol.cs
- InputReportEventArgs.cs
- CookieProtection.cs
- DirtyTextRange.cs
- ConfigXmlComment.cs
- DBNull.cs
- nulltextcontainer.cs
- SatelliteContractVersionAttribute.cs
- MouseEventArgs.cs
- OracleParameter.cs
- ProfileInfo.cs
- LicFileLicenseProvider.cs
- Point3DAnimationBase.cs
- FilterableData.cs
- SignatureHelper.cs
- ServiceDurableInstanceContextProvider.cs
- Pen.cs
- XmlSchemaExporter.cs
- SettingsSavedEventArgs.cs
- TypeInfo.cs
- WorkflowView.cs
- HttpListenerContext.cs
- TextShapeableCharacters.cs
- GridViewCellAutomationPeer.cs
- ReaderContextStackData.cs
- DataControlButton.cs
- DataTableMappingCollection.cs
- ListViewAutomationPeer.cs
- CharacterString.cs
- SafeTokenHandle.cs
- Decorator.cs
- RenderingBiasValidation.cs
- StdValidatorsAndConverters.cs
- HtmlControlAdapter.cs
- SimpleTextLine.cs
- FixedPageAutomationPeer.cs
- SrgsRulesCollection.cs
- CapacityStreamGeometryContext.cs
- XmlLangPropertyAttribute.cs
- RegisteredExpandoAttribute.cs
- OpenCollectionAsyncResult.cs
- IISMapPath.cs
- AccessText.cs
- ContractAdapter.cs
- ColorTransform.cs
- ErrorRuntimeConfig.cs
- SplashScreen.cs
- XmlDocumentViewSchema.cs
- ListViewGroupItemCollection.cs
- PopupRoot.cs
- IntegerFacetDescriptionElement.cs
- StringBuilder.cs
- NetworkStream.cs
- NumericUpDown.cs
- EntityType.cs
- ConcurrentDictionary.cs
- Byte.cs
- XpsDocument.cs
- MetabaseServerConfig.cs