Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / MIT / System / Web / UI / MobileControls / ObjectListDataBindEventArgs.cs / 1305376 / ObjectListDataBindEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ using System; using System.Security.Permissions; namespace System.Web.UI.MobileControls { /* * ObjectList item data binding arguments. * * Copyright (c) 2000 Microsoft Corporation */ ///[AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] [Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")] public class ObjectListDataBindEventArgs : EventArgs { private ObjectListItem _item; private Object _dataItem; /// public ObjectListDataBindEventArgs(ObjectListItem item, Object dataItem) { _item = item; _dataItem = dataItem; } /// public ObjectListItem ListItem { get { return _item; } } /// public Object DataItem { get { return _dataItem; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ using System; using System.Security.Permissions; namespace System.Web.UI.MobileControls { /* * ObjectList item data binding arguments. * * Copyright (c) 2000 Microsoft Corporation */ ///[AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] [Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")] public class ObjectListDataBindEventArgs : EventArgs { private ObjectListItem _item; private Object _dataItem; /// public ObjectListDataBindEventArgs(ObjectListItem item, Object dataItem) { _item = item; _dataItem = dataItem; } /// public ObjectListItem ListItem { get { return _item; } } /// public Object DataItem { get { return _dataItem; } } } } // 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
- InstrumentationTracker.cs
- XPathNodeHelper.cs
- LinkButton.cs
- CurrentChangedEventManager.cs
- MonthCalendar.cs
- ExpressionBuilder.cs
- TextDecorationLocationValidation.cs
- ProfileModule.cs
- WindowsTitleBar.cs
- MetadataException.cs
- ChannelManager.cs
- StrokeNodeEnumerator.cs
- PointLightBase.cs
- graph.cs
- AuthenticationService.cs
- RawStylusInputCustomDataList.cs
- SortQuery.cs
- ParentQuery.cs
- InternalsVisibleToAttribute.cs
- ImageUrlEditor.cs
- DataObjectEventArgs.cs
- SerializationInfo.cs
- DetailsViewRow.cs
- CompositeDataBoundControl.cs
- ECDsaCng.cs
- ObfuscateAssemblyAttribute.cs
- BorderGapMaskConverter.cs
- FakeModelItemImpl.cs
- ScrollViewerAutomationPeer.cs
- ClaimTypeElement.cs
- EncryptedData.cs
- TimeEnumHelper.cs
- MethodCallTranslator.cs
- FillRuleValidation.cs
- SafeArrayRankMismatchException.cs
- SchemeSettingElementCollection.cs
- EventLogLink.cs
- TraceContext.cs
- ShapingEngine.cs
- NegatedCellConstant.cs
- UpdateExpressionVisitor.cs
- X500Name.cs
- ExpressionNormalizer.cs
- WebBrowserNavigatingEventHandler.cs
- unitconverter.cs
- ColumnCollection.cs
- CodeCompileUnit.cs
- PageParser.cs
- TcpServerChannel.cs
- ExpressionQuoter.cs
- LinqTreeNodeEvaluator.cs
- SelectingProviderEventArgs.cs
- BooleanConverter.cs
- Timer.cs
- OledbConnectionStringbuilder.cs
- IgnorePropertiesAttribute.cs
- CompositeFontParser.cs
- NativeDirectoryServicesQueryAPIs.cs
- ResXBuildProvider.cs
- EntityViewGenerator.cs
- DataGridRowEventArgs.cs
- SizeValueSerializer.cs
- RelatedImageListAttribute.cs
- EnumerableCollectionView.cs
- ElementFactory.cs
- SoapSchemaMember.cs
- Int64Animation.cs
- NavigatorOutput.cs
- MobileUserControlDesigner.cs
- ServerIdentity.cs
- HMACSHA1.cs
- LayoutSettings.cs
- EditingCoordinator.cs
- Byte.cs
- ThicknessAnimationUsingKeyFrames.cs
- PathGeometry.cs
- EventLogPermissionEntry.cs
- VisualTreeHelper.cs
- DateTimeValueSerializer.cs
- HotSpotCollection.cs
- OdbcError.cs
- VectorCollectionConverter.cs
- DataGridTableCollection.cs
- TemplatingOptionsDialog.cs
- TextPattern.cs
- handlecollector.cs
- Int32AnimationUsingKeyFrames.cs
- AutomationAttributeInfo.cs
- FormClosedEvent.cs
- LeafCellTreeNode.cs
- Error.cs
- LocalBuilder.cs
- BuildTopDownAttribute.cs
- SpinWait.cs
- ObjectHelper.cs
- ListBoxChrome.cs
- OptimizedTemplateContentHelper.cs
- ValuePatternIdentifiers.cs
- AutoGeneratedFieldProperties.cs
- MetaTableHelper.cs