Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / xsp / System / Web / UI / WebControls / FormViewInsertEventArgs.cs / 1 / FormViewInsertEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System; using System.Collections; using System.Collections.Specialized; using System.ComponentModel; using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class FormViewInsertEventArgs : CancelEventArgs { private object _commandArgument; private OrderedDictionary _values; ///Provides data for some ///events. /// public FormViewInsertEventArgs(object commandArgument) : base(false) { this._commandArgument = commandArgument; } ///Initializes a new instance of the ////// class. /// public object CommandArgument { get { return _commandArgument; } } ///Gets the argument to the command posted to the ///. This property is read-only. /// public IOrderedDictionary Values { get { if (_values == null) { _values = new OrderedDictionary(); } return _values; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //Gets a OrderedDictionary to populate with inserted row values. This property is read-only. ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System; using System.Collections; using System.Collections.Specialized; using System.ComponentModel; using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class FormViewInsertEventArgs : CancelEventArgs { private object _commandArgument; private OrderedDictionary _values; ///Provides data for some ///events. /// public FormViewInsertEventArgs(object commandArgument) : base(false) { this._commandArgument = commandArgument; } ///Initializes a new instance of the ////// class. /// public object CommandArgument { get { return _commandArgument; } } ///Gets the argument to the command posted to the ///. This property is read-only. /// public IOrderedDictionary Values { get { if (_values == null) { _values = new OrderedDictionary(); } return _values; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.Gets a OrderedDictionary to populate with inserted row values. This property is read-only. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Visitor.cs
- OptimalTextSource.cs
- RequestCache.cs
- FunctionImportMapping.cs
- TempFiles.cs
- StylesEditorDialog.cs
- TextTrailingWordEllipsis.cs
- EventProviderWriter.cs
- EventBuilder.cs
- MessageSecurityException.cs
- RenderingBiasValidation.cs
- Variable.cs
- SqlFlattener.cs
- NullReferenceException.cs
- RightsManagementEncryptionTransform.cs
- TypeSemantics.cs
- WebPartDisplayModeCancelEventArgs.cs
- _LoggingObject.cs
- InvalidOleVariantTypeException.cs
- PropertyCollection.cs
- XmlSchemaObjectCollection.cs
- XmlAutoDetectWriter.cs
- WorkerRequest.cs
- DataGridRowsPresenter.cs
- SQLInt32Storage.cs
- WebBrowserHelper.cs
- Types.cs
- X509SecurityToken.cs
- GeometryHitTestResult.cs
- SymLanguageType.cs
- DSASignatureDeformatter.cs
- UnsafeNativeMethods.cs
- ParameterToken.cs
- FixedSOMTextRun.cs
- RawStylusInputCustomDataList.cs
- XPathScanner.cs
- SqlSupersetValidator.cs
- WebPartHeaderCloseVerb.cs
- DetailsViewInsertedEventArgs.cs
- ShaperBuffers.cs
- StateRuntime.cs
- GenericTextProperties.cs
- UnsafeNativeMethods.cs
- WebConfigurationManager.cs
- EFTableProvider.cs
- ModifierKeysValueSerializer.cs
- COSERVERINFO.cs
- SchemaNotation.cs
- isolationinterop.cs
- RegularExpressionValidator.cs
- SizeIndependentAnimationStorage.cs
- SelectionProviderWrapper.cs
- SamlEvidence.cs
- LogEntrySerialization.cs
- DataSvcMapFile.cs
- _IPv4Address.cs
- EndpointAddressAugust2004.cs
- ZipIOModeEnforcingStream.cs
- HttpListenerRequest.cs
- DataRowComparer.cs
- DSASignatureFormatter.cs
- FontFamily.cs
- MatrixAnimationUsingPath.cs
- BuiltInExpr.cs
- DataListDesigner.cs
- GridViewColumnCollection.cs
- XamlFigureLengthSerializer.cs
- Visual3D.cs
- selecteditemcollection.cs
- TextLineBreak.cs
- UIInitializationException.cs
- ConfigViewGenerator.cs
- ConstructorExpr.cs
- SmtpReplyReaderFactory.cs
- NameValueConfigurationElement.cs
- UpdateDelegates.Generated.cs
- DivideByZeroException.cs
- Point4D.cs
- WindowManager.cs
- DateTimeFormat.cs
- HttpRuntime.cs
- SqlProcedureAttribute.cs
- SessionEndedEventArgs.cs
- TriState.cs
- OleDbConnection.cs
- EventSourceCreationData.cs
- ReadWriteObjectLock.cs
- PathFigure.cs
- SoapIgnoreAttribute.cs
- RequestStatusBarUpdateEventArgs.cs
- SqlCommand.cs
- ManualResetEvent.cs
- ParseChildrenAsPropertiesAttribute.cs
- ExecutionEngineException.cs
- HtmlTableCellCollection.cs
- _SSPIWrapper.cs
- FormParameter.cs
- ByteStack.cs
- SwitchCase.cs
- HandlerBase.cs