Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / DEVDIV / depot / DevDiv / releases / whidbey / QFE / ndp / fx / src / xsp / System / Web / UI / WebControls / DataListItemEventArgs.cs / 1 / DataListItemEventArgs.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Web.UI.WebControls {
using System;
using System.Security.Permissions;
///
/// Provides data for the event of a .
///
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)]
public class DataListItemEventArgs : EventArgs {
private DataListItem item;
///
/// Initializes a new instance of the class.
///
public DataListItemEventArgs(DataListItem item) {
this.item = item;
}
///
/// Gets the item form the .
///
public DataListItem Item {
get {
return item;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Web.UI.WebControls {
using System;
using System.Security.Permissions;
///
/// Provides data for the event of a .
///
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)]
public class DataListItemEventArgs : EventArgs {
private DataListItem item;
///
/// Initializes a new instance of the class.
///
public DataListItemEventArgs(DataListItem item) {
this.item = item;
}
///
/// Gets the item form the .
///
public DataListItem Item {
get {
return item;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Module.cs
- MsmqOutputSessionChannel.cs
- MessagePropertyDescription.cs
- ObjectStateManager.cs
- XmlSchemas.cs
- ListDictionaryInternal.cs
- TileModeValidation.cs
- QuotedPrintableStream.cs
- ToggleButtonAutomationPeer.cs
- Delegate.cs
- DeferredTextReference.cs
- ContextStack.cs
- _SingleItemRequestCache.cs
- XmlDigitalSignatureProcessor.cs
- WinInetCache.cs
- SimpleHandlerFactory.cs
- WebPartDisplayModeCollection.cs
- DateTimeConverter2.cs
- EventListener.cs
- CustomAttributeBuilder.cs
- ControlBuilder.cs
- SRDisplayNameAttribute.cs
- EventRouteFactory.cs
- OutputScope.cs
- DataPagerFieldCollection.cs
- StreamReader.cs
- Signature.cs
- XamlVector3DCollectionSerializer.cs
- ErrorWebPart.cs
- ISFClipboardData.cs
- XmlDomTextWriter.cs
- UIElementIsland.cs
- NullToBooleanConverter.cs
- TableCellAutomationPeer.cs
- SmiTypedGetterSetter.cs
- XPathExpr.cs
- SpecularMaterial.cs
- BufferedReadStream.cs
- PolicyReader.cs
- ADMembershipUser.cs
- SecurityKeyIdentifier.cs
- TextContainerChangedEventArgs.cs
- Timer.cs
- RMPermissions.cs
- SelectionChangedEventArgs.cs
- GotoExpression.cs
- FormsAuthenticationCredentials.cs
- ReplyAdapterChannelListener.cs
- MultitargetingHelpers.cs
- BridgeDataRecord.cs
- ActiveXContainer.cs
- ColumnCollection.cs
- ErrorFormatterPage.cs
- FunctionQuery.cs
- WindowsTokenRoleProvider.cs
- SqlStream.cs
- RepeatButtonAutomationPeer.cs
- EntityDataSourceWizardForm.cs
- Flattener.cs
- MouseGesture.cs
- RoutedEventArgs.cs
- CryptoApi.cs
- FormViewPageEventArgs.cs
- UpdatePanelTrigger.cs
- CellTreeNodeVisitors.cs
- ToolStripSplitStackLayout.cs
- RectangleGeometry.cs
- CommandDevice.cs
- Command.cs
- ParameterToken.cs
- InputMethodStateChangeEventArgs.cs
- DataTemplate.cs
- InstalledVoice.cs
- _NestedMultipleAsyncResult.cs
- activationcontext.cs
- FactoryGenerator.cs
- AuthenticateEventArgs.cs
- FileSystemWatcher.cs
- RequestQueue.cs
- MenuItem.cs
- IntegerValidator.cs
- ClassicBorderDecorator.cs
- XPathAncestorQuery.cs
- DoubleConverter.cs
- ProgressBarAutomationPeer.cs
- AuthenticationModuleElement.cs
- HtmlLink.cs
- InputMethod.cs
- WindowsFont.cs
- XmlCharacterData.cs
- AxisAngleRotation3D.cs
- ReaderWriterLockWrapper.cs
- _SslSessionsCache.cs
- ThrowHelper.cs
- ObjectDataSourceView.cs
- ReferencedCategoriesDocument.cs
- TypeHelper.cs
- ImmutableAssemblyCacheEntry.cs
- ReadOnlyDataSource.cs
- OptimalTextSource.cs