Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / xsp / System / Web / UI / WebControls / DetailsViewModeEventArgs.cs / 1 / DetailsViewModeEventArgs.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 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; } } } }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
- HealthMonitoringSectionHelper.cs
- XpsLiterals.cs
- Deflater.cs
- CompiledRegexRunnerFactory.cs
- StickyNoteHelper.cs
- QueueProcessor.cs
- HttpServerChannel.cs
- smtppermission.cs
- SqlServer2KCompatibilityCheck.cs
- XsltSettings.cs
- AuthenticatingEventArgs.cs
- EpmHelper.cs
- DesignerContextDescriptor.cs
- DataGridViewHitTestInfo.cs
- ExceptionHandlers.cs
- QilBinary.cs
- XmlMapping.cs
- ImageAttributes.cs
- SmiEventSink_Default.cs
- CalendarDayButton.cs
- MessageHeaders.cs
- OperationDescription.cs
- XmlSchemaValidationException.cs
- OleDbParameter.cs
- SqlStatistics.cs
- DragDropHelper.cs
- DocumentOrderQuery.cs
- PackageStore.cs
- MarkupCompilePass2.cs
- LeaseManager.cs
- TypeUsage.cs
- MimeAnyImporter.cs
- FormViewRow.cs
- RenderData.cs
- TabItemAutomationPeer.cs
- ItemAutomationPeer.cs
- DecimalKeyFrameCollection.cs
- SqlConnectionPoolProviderInfo.cs
- RadioButtonBaseAdapter.cs
- LayoutDump.cs
- NonBatchDirectoryCompiler.cs
- RbTree.cs
- FaultContractInfo.cs
- VisualTreeUtils.cs
- BoundPropertyEntry.cs
- PathFigureCollection.cs
- followingquery.cs
- RtfFormatStack.cs
- OuterGlowBitmapEffect.cs
- SchemaHelper.cs
- RSAOAEPKeyExchangeFormatter.cs
- UIElement.cs
- ProcessThreadCollection.cs
- XmlDataLoader.cs
- DatatypeImplementation.cs
- FileDialog.cs
- MyContact.cs
- XmlBinaryReaderSession.cs
- LocalizedNameDescriptionPair.cs
- CellCreator.cs
- GZipDecoder.cs
- Point3D.cs
- BoundField.cs
- BufferModeSettings.cs
- KeySplineConverter.cs
- ErrorHandlingReceiver.cs
- TypedTableBase.cs
- AttributeEmitter.cs
- BitmapMetadataEnumerator.cs
- SystemWebCachingSectionGroup.cs
- DelegateHelpers.cs
- ProfileInfo.cs
- Dynamic.cs
- Binding.cs
- SafeNativeMemoryHandle.cs
- TemplateParser.cs
- WebPartConnectionsDisconnectVerb.cs
- PropertyToken.cs
- ArrayMergeHelper.cs
- DesignBindingEditor.cs
- OutputWindow.cs
- IdentityNotMappedException.cs
- ButtonFieldBase.cs
- EntityDataSourceEntityTypeFilterConverter.cs
- CounterCreationData.cs
- querybuilder.cs
- ContentFilePart.cs
- XmlNullResolver.cs
- UpDownEvent.cs
- EdmPropertyAttribute.cs
- ButtonBaseAutomationPeer.cs
- ZipIOCentralDirectoryFileHeader.cs
- SerializationInfoEnumerator.cs
- MembershipValidatePasswordEventArgs.cs
- DateTimeParse.cs
- Stack.cs
- CssClassPropertyAttribute.cs
- WpfSharedBamlSchemaContext.cs
- SHA256.cs
- _PooledStream.cs