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
- SplitterPanel.cs
- ScrollProviderWrapper.cs
- Label.cs
- TableLayoutColumnStyleCollection.cs
- HttpModuleAction.cs
- AxHost.cs
- QualifiedId.cs
- XmlUtil.cs
- Config.cs
- SqlDependencyListener.cs
- CLSCompliantAttribute.cs
- PolicyUnit.cs
- AuthenticationModuleElementCollection.cs
- CodeMemberField.cs
- PropertyChange.cs
- VariableQuery.cs
- MultipleViewProviderWrapper.cs
- XmlIncludeAttribute.cs
- SplayTreeNode.cs
- QuaternionConverter.cs
- SQLInt16.cs
- AddressAlreadyInUseException.cs
- DataGridViewCellValidatingEventArgs.cs
- XmlHierarchicalEnumerable.cs
- CapabilitiesRule.cs
- HatchBrush.cs
- EventHandlersDesigner.cs
- StoreUtilities.cs
- BitmapSource.cs
- MenuCommandsChangedEventArgs.cs
- MetadataWorkspace.cs
- SmtpReplyReader.cs
- GroupQuery.cs
- AssociatedControlConverter.cs
- RadioButtonList.cs
- Popup.cs
- PerfService.cs
- PerformanceCounter.cs
- DynamicDataRouteHandler.cs
- ToolStripItemCollection.cs
- sqlser.cs
- RectAnimationBase.cs
- BasicHttpMessageCredentialType.cs
- InstanceKeyCollisionException.cs
- CapacityStreamGeometryContext.cs
- SqlReferenceCollection.cs
- DocumentApplicationJournalEntry.cs
- BamlRecordWriter.cs
- BinaryObjectInfo.cs
- ChildDocumentBlock.cs
- BasicExpandProvider.cs
- AppDomain.cs
- GroupBoxRenderer.cs
- SqlCacheDependencyDatabase.cs
- XmlComplianceUtil.cs
- WsiProfilesElementCollection.cs
- UnsupportedPolicyOptionsException.cs
- UserMapPath.cs
- Html32TextWriter.cs
- Expression.DebuggerProxy.cs
- ResourcePermissionBaseEntry.cs
- WebColorConverter.cs
- InputScopeNameConverter.cs
- TextPenaltyModule.cs
- DocumentReferenceCollection.cs
- TextElementAutomationPeer.cs
- SerTrace.cs
- System.Data_BID.cs
- PeerName.cs
- SecurityKeyEntropyMode.cs
- DeviceSpecificDialogCachedState.cs
- ExponentialEase.cs
- Process.cs
- SafeLibraryHandle.cs
- BooleanProjectedSlot.cs
- ContainerParaClient.cs
- SingleObjectCollection.cs
- ForeignKeyConstraint.cs
- ElementUtil.cs
- StrokeNodeEnumerator.cs
- LexicalChunk.cs
- PageVisual.cs
- recordstate.cs
- ImageMetadata.cs
- StatusBarPanelClickEvent.cs
- WebPartTracker.cs
- ObjectPersistData.cs
- SubMenuStyle.cs
- Scanner.cs
- Menu.cs
- IISUnsafeMethods.cs
- ParameterToken.cs
- TrackingServices.cs
- AssociationType.cs
- DataObjectEventArgs.cs
- columnmapkeybuilder.cs
- XamlPointCollectionSerializer.cs
- PathSegment.cs
- ControlTemplate.cs
- FilePresentation.cs