Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ImageFormatConverter.cs
- Model3D.cs
- DrawingState.cs
- ToolboxDataAttribute.cs
- CqlErrorHelper.cs
- ZipIOExtraFieldElement.cs
- GlyphRunDrawing.cs
- StrokeNodeData.cs
- InheritanceContextHelper.cs
- XmlSchemaComplexContent.cs
- NativeMethods.cs
- ServicesExceptionNotHandledEventArgs.cs
- AdornerLayer.cs
- GenericAuthenticationEventArgs.cs
- ScrollEvent.cs
- Point3DKeyFrameCollection.cs
- FillRuleValidation.cs
- XmlIlVisitor.cs
- RoutedEvent.cs
- ArrayHelper.cs
- TypeInitializationException.cs
- LoginCancelEventArgs.cs
- CapabilitiesPattern.cs
- GenericUI.cs
- SqlDependencyListener.cs
- RedBlackList.cs
- XmlAggregates.cs
- _DisconnectOverlappedAsyncResult.cs
- Iis7Helper.cs
- EmptyImpersonationContext.cs
- ToolBarDesigner.cs
- SplineKeyFrames.cs
- ContainerFilterService.cs
- ManifestResourceInfo.cs
- Section.cs
- FamilyTypeface.cs
- Policy.cs
- XmlLanguage.cs
- CopyCodeAction.cs
- FixedPageProcessor.cs
- RecognizerStateChangedEventArgs.cs
- OleDbEnumerator.cs
- PostBackOptions.cs
- CodeDOMProvider.cs
- TypefaceMap.cs
- BypassElementCollection.cs
- RadioButtonRenderer.cs
- PeerNearMe.cs
- FormatException.cs
- XPathEmptyIterator.cs
- AsyncResult.cs
- filewebrequest.cs
- Effect.cs
- _Events.cs
- Int32Storage.cs
- HuffmanTree.cs
- LineServicesRun.cs
- MissingManifestResourceException.cs
- RotateTransform.cs
- SchemaLookupTable.cs
- EventData.cs
- FlowDocumentView.cs
- DataContext.cs
- PrimitiveType.cs
- Crc32.cs
- Process.cs
- DataGridViewAutoSizeModeEventArgs.cs
- CompilationLock.cs
- UnsafeNativeMethods.cs
- DataViewManager.cs
- UIntPtr.cs
- MediaSystem.cs
- EncodingNLS.cs
- HtmlFormParameterReader.cs
- ItemCheckedEvent.cs
- XmlNamespaceDeclarationsAttribute.cs
- WebFaultException.cs
- CornerRadius.cs
- WebPartDeleteVerb.cs
- ListViewGroupCollectionEditor.cs
- EditorZoneBase.cs
- ListViewHitTestInfo.cs
- ImpersonationContext.cs
- ServiceAuthorizationManager.cs
- SqlGatherProducedAliases.cs
- ControlType.cs
- AmbientLight.cs
- OutputCacheProfile.cs
- BroadcastEventHelper.cs
- Thumb.cs
- HttpChannelHelper.cs
- StylusPoint.cs
- ModuleBuilderData.cs
- BufferAllocator.cs
- TextWriter.cs
- IdentityElement.cs
- XsltContext.cs
- RequestCachePolicy.cs
- ByteFacetDescriptionElement.cs
- BitConverter.cs