Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebControls / ObjectDataSourceMethodEventArgs.cs / 1305376 / ObjectDataSourceMethodEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System; using System.Collections.Specialized; using System.ComponentModel; ////// Represents data that is passed into an ObjectDataSourceMethodEventHandler delegate. /// public class ObjectDataSourceMethodEventArgs : CancelEventArgs { private IOrderedDictionary _inputParameters; ////// Creates a new instance of ObjectDataSourceMethodEventArgs. /// public ObjectDataSourceMethodEventArgs(IOrderedDictionary inputParameters) { _inputParameters = inputParameters; } ////// The input parameters that will be passed to the method that will be invoked. /// Change these parameters if the names and/or types need to be modified /// for the invocation to succeed. /// public IOrderedDictionary InputParameters { get { return _inputParameters; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System; using System.Collections.Specialized; using System.ComponentModel; ////// Represents data that is passed into an ObjectDataSourceMethodEventHandler delegate. /// public class ObjectDataSourceMethodEventArgs : CancelEventArgs { private IOrderedDictionary _inputParameters; ////// Creates a new instance of ObjectDataSourceMethodEventArgs. /// public ObjectDataSourceMethodEventArgs(IOrderedDictionary inputParameters) { _inputParameters = inputParameters; } ////// The input parameters that will be passed to the method that will be invoked. /// Change these parameters if the names and/or types need to be modified /// for the invocation to succeed. /// public IOrderedDictionary InputParameters { get { return _inputParameters; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ExpressionConverter.cs
- HelpKeywordAttribute.cs
- DriveNotFoundException.cs
- TrustLevel.cs
- Transform.cs
- XmlElement.cs
- ArgumentOutOfRangeException.cs
- FixedDSBuilder.cs
- WebConfigurationFileMap.cs
- linebase.cs
- AtomContentProperty.cs
- DecoderNLS.cs
- NetSectionGroup.cs
- SignedInfo.cs
- Type.cs
- WindowsListViewItemCheckBox.cs
- TypeSchema.cs
- storagemappingitemcollection.viewdictionary.cs
- FormsAuthenticationTicket.cs
- CalendarBlackoutDatesCollection.cs
- HtmlImage.cs
- UserControl.cs
- _ReceiveMessageOverlappedAsyncResult.cs
- RequiredAttributeAttribute.cs
- FileLevelControlBuilderAttribute.cs
- XmlSchemaSimpleTypeUnion.cs
- CollectionBuilder.cs
- User.cs
- NativeMethods.cs
- X509Certificate.cs
- Int64Converter.cs
- CqlParser.cs
- NumericPagerField.cs
- BitmapImage.cs
- OLEDB_Util.cs
- CounterCreationData.cs
- SettingsSection.cs
- VisualStyleInformation.cs
- StrokeCollection2.cs
- OdbcConnectionOpen.cs
- ThemeInfoAttribute.cs
- CodeMemberEvent.cs
- PageWrapper.cs
- WizardStepBase.cs
- Logging.cs
- GlyphShapingProperties.cs
- UniqueIdentifierService.cs
- ExtenderControl.cs
- sqlmetadatafactory.cs
- EventLogPermissionEntry.cs
- DrawingServices.cs
- TimeSpan.cs
- HttpCacheParams.cs
- PointAnimationClockResource.cs
- UITypeEditor.cs
- ColorTransformHelper.cs
- Point3DValueSerializer.cs
- PageContentCollection.cs
- SqlDataSourceStatusEventArgs.cs
- InternalBufferOverflowException.cs
- DayRenderEvent.cs
- DBConnection.cs
- DrawingGroupDrawingContext.cs
- DbDataRecord.cs
- ListSortDescriptionCollection.cs
- DataTemplate.cs
- SerializableAttribute.cs
- LinkConverter.cs
- Tracking.cs
- XsdDateTime.cs
- OdbcPermission.cs
- XmlSchemaInclude.cs
- Profiler.cs
- ListenerServiceInstallComponent.cs
- TypeConstant.cs
- WebPartMenu.cs
- FtpCachePolicyElement.cs
- PerformanceCounterPermissionEntry.cs
- RubberbandSelector.cs
- InteropAutomationProvider.cs
- MatchingStyle.cs
- BasicCellRelation.cs
- __ConsoleStream.cs
- PreservationFileWriter.cs
- DataAdapter.cs
- ClientConfigurationHost.cs
- URLIdentityPermission.cs
- HostingEnvironment.cs
- SqlDataSourceQueryEditor.cs
- QuadraticBezierSegment.cs
- SinglePhaseEnlistment.cs
- EntityStoreSchemaGenerator.cs
- QilUnary.cs
- ExpressionLink.cs
- DocumentXmlWriter.cs
- metadatamappinghashervisitor.cs
- SetterBaseCollection.cs
- DriveInfo.cs
- PathBox.cs
- EncryptedKey.cs