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
- TableLayout.cs
- NameValueCollection.cs
- ContainerActivationHelper.cs
- BulletedListEventArgs.cs
- InvokeHandlers.cs
- InternalTransaction.cs
- WebBrowserSiteBase.cs
- GifBitmapEncoder.cs
- DefaultMemberAttribute.cs
- OrderedParallelQuery.cs
- RegexWriter.cs
- EntityTypeEmitter.cs
- SettingsBase.cs
- InheritanceContextChangedEventManager.cs
- DynamicRenderer.cs
- DocumentsTrace.cs
- AttachmentCollection.cs
- SourceFilter.cs
- XComponentModel.cs
- TaiwanCalendar.cs
- Crc32.cs
- ListBoxDesigner.cs
- WebService.cs
- SQLByte.cs
- EditCommandColumn.cs
- TemplateManager.cs
- ManifestSignedXml.cs
- TailCallAnalyzer.cs
- DatePicker.cs
- ViewPort3D.cs
- DataGridViewAdvancedBorderStyle.cs
- BuildManagerHost.cs
- RenamedEventArgs.cs
- StreamGeometry.cs
- WebBrowsableAttribute.cs
- HitTestWithPointDrawingContextWalker.cs
- RouteItem.cs
- ConnectionInterfaceCollection.cs
- AttachedPropertyBrowsableForTypeAttribute.cs
- LoadedEvent.cs
- CodeArrayIndexerExpression.cs
- glyphs.cs
- AutomationIdentifier.cs
- WindowsSlider.cs
- DecryptRequest.cs
- Vector3DCollectionValueSerializer.cs
- TimelineGroup.cs
- WinEventHandler.cs
- FunctionNode.cs
- ReflectionTypeLoadException.cs
- ConfigXmlElement.cs
- CommonXSendMessage.cs
- ImageFormatConverter.cs
- MatrixCamera.cs
- ClientTargetCollection.cs
- Operator.cs
- DataServiceHost.cs
- AssemblyInfo.cs
- HttpContextServiceHost.cs
- safelink.cs
- XmlAnyAttributeAttribute.cs
- DesignerDataTable.cs
- TypeUtil.cs
- ConstraintCollection.cs
- Int32RectValueSerializer.cs
- ControlPaint.cs
- CodeSubDirectoriesCollection.cs
- Version.cs
- BeginSelectCardRequest.cs
- MissingManifestResourceException.cs
- Point4D.cs
- _WinHttpWebProxyDataBuilder.cs
- ProxyAttribute.cs
- StdValidatorsAndConverters.cs
- WebBrowserNavigatingEventHandler.cs
- ListViewItemCollectionEditor.cs
- Validator.cs
- ChooseAction.cs
- SmiMetaDataProperty.cs
- _LoggingObject.cs
- RegexReplacement.cs
- RowToParametersTransformer.cs
- ProjectionCamera.cs
- DateTimeConverter.cs
- SqlDataSourceCustomCommandEditor.cs
- ConnectionConsumerAttribute.cs
- NetworkStream.cs
- InsufficientMemoryException.cs
- ObjectDataProvider.cs
- PieceNameHelper.cs
- FragmentNavigationEventArgs.cs
- RectKeyFrameCollection.cs
- DefaultProxySection.cs
- TypeConverterHelper.cs
- TextEditorTyping.cs
- PackageRelationship.cs
- WebScriptEndpoint.cs
- ChannelManager.cs
- Selector.cs
- ListDictionary.cs