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
- NamespaceEmitter.cs
- AbandonedMutexException.cs
- FlowDocumentPage.cs
- ReflectionServiceProvider.cs
- HiddenField.cs
- RSAProtectedConfigurationProvider.cs
- WindowVisualStateTracker.cs
- SafeBitVector32.cs
- ToolStripMenuItem.cs
- ExpressionBindings.cs
- CallContext.cs
- AbstractSvcMapFileLoader.cs
- OleDbDataAdapter.cs
- AttachedPropertyBrowsableWhenAttributePresentAttribute.cs
- Point3DAnimationBase.cs
- DetailsViewCommandEventArgs.cs
- ExtensionSimplifierMarkupObject.cs
- SqlClientFactory.cs
- UnauthorizedAccessException.cs
- UnsafeNativeMethods.cs
- TextDecorationUnitValidation.cs
- PolyQuadraticBezierSegment.cs
- WasEndpointConfigContainer.cs
- DetailsViewDeleteEventArgs.cs
- GridEntry.cs
- WindowsListViewSubItem.cs
- RouteCollection.cs
- GenericWebPart.cs
- TabletCollection.cs
- OdbcConnectionPoolProviderInfo.cs
- ItemCheckEvent.cs
- InputScopeAttribute.cs
- ObjectDesignerDataSourceView.cs
- UnauthorizedAccessException.cs
- HyperLinkField.cs
- Int32CAMarshaler.cs
- TransformerTypeCollection.cs
- Crc32Helper.cs
- ObjectTag.cs
- TransformConverter.cs
- SHA384Managed.cs
- XmlObjectSerializer.cs
- CursorConverter.cs
- UnionQueryOperator.cs
- LockRecoveryTask.cs
- SrgsItemList.cs
- RadioButtonBaseAdapter.cs
- FileEnumerator.cs
- CacheVirtualItemsEvent.cs
- StaticFileHandler.cs
- DispatcherTimer.cs
- returneventsaver.cs
- ExtensionDataReader.cs
- TextInfo.cs
- CommandLineParser.cs
- XdrBuilder.cs
- Rect3D.cs
- ValueTypeFixupInfo.cs
- MD5.cs
- HtmlObjectListAdapter.cs
- UnsafeNativeMethodsCLR.cs
- ConvertersCollection.cs
- XD.cs
- SubstitutionResponseElement.cs
- DbModificationCommandTree.cs
- CodeCommentStatement.cs
- RectangleGeometry.cs
- ResourceDescriptionAttribute.cs
- InvokePatternIdentifiers.cs
- OleAutBinder.cs
- SystemIPGlobalProperties.cs
- PointAnimationClockResource.cs
- StateItem.cs
- RbTree.cs
- WrappedIUnknown.cs
- ModulesEntry.cs
- Line.cs
- HandlerFactoryCache.cs
- HtmlShim.cs
- XmlNotation.cs
- MembershipSection.cs
- FrameDimension.cs
- GAC.cs
- Blend.cs
- GC.cs
- SqlFacetAttribute.cs
- KnownColorTable.cs
- SecurityProtocolFactory.cs
- _BufferOffsetSize.cs
- parserscommon.cs
- Path.cs
- InputScopeAttribute.cs
- EastAsianLunisolarCalendar.cs
- SortDescription.cs
- XmlSchemaObject.cs
- HttpModule.cs
- SamlDelegatingWriter.cs
- RestHandler.cs
- TimeSpanConverter.cs
- XPathSelectionIterator.cs