Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / MIT / System / Web / UI / MobileControls / ListCommandEventArgs.cs / 1305376 / ListCommandEventArgs.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
using System;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Security.Permissions;
namespace System.Web.UI.MobileControls
{
/*
* List command event 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 ListCommandEventArgs : CommandEventArgs
{
///
protected static readonly String DefaultCommand = "Default";
private MobileListItem _item;
private Object _commandSource;
///
public ListCommandEventArgs(MobileListItem item, Object commandSource, CommandEventArgs originalArgs) : base(originalArgs)
{
_item = item;
_commandSource = commandSource;
}
///
public ListCommandEventArgs(MobileListItem item, Object commandSource) : base(DefaultCommand, item)
{
_item = item;
_commandSource = commandSource;
}
///
public MobileListItem ListItem
{
get
{
return _item;
}
}
///
public Object CommandSource
{
get
{
return _commandSource;
}
}
}
}
// 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
- COM2IPerPropertyBrowsingHandler.cs
- ImpersonationOption.cs
- CheckBoxList.cs
- addressfiltermode.cs
- BitVec.cs
- VisualStyleTypesAndProperties.cs
- GiveFeedbackEvent.cs
- CompoundFileIOPermission.cs
- LinkDesigner.cs
- CodeExporter.cs
- ProgressBarAutomationPeer.cs
- rsa.cs
- TableParagraph.cs
- BindingEntityInfo.cs
- util.cs
- Resources.Designer.cs
- LabelLiteral.cs
- RequestCacheManager.cs
- XhtmlCssHandler.cs
- XmlSerializerNamespaces.cs
- StandardTransformFactory.cs
- ImageIndexConverter.cs
- MLangCodePageEncoding.cs
- SerTrace.cs
- HttpServerUtilityWrapper.cs
- ToolStripOverflowButton.cs
- Interlocked.cs
- DocumentPageView.cs
- LogicalTreeHelper.cs
- StorageBasedPackageProperties.cs
- HttpCacheVaryByContentEncodings.cs
- ClientTargetSection.cs
- XhtmlBasicImageAdapter.cs
- MainMenu.cs
- GridViewColumnCollectionChangedEventArgs.cs
- RepeaterItemCollection.cs
- _CookieModule.cs
- AccessedThroughPropertyAttribute.cs
- InvalidContentTypeException.cs
- UIElementCollection.cs
- TreeNodeBindingCollection.cs
- SafeLibraryHandle.cs
- ToolStripGrip.cs
- EventMappingSettings.cs
- BitStack.cs
- UserPreferenceChangingEventArgs.cs
- RedirectionProxy.cs
- DataListItemEventArgs.cs
- ConfigXmlCDataSection.cs
- SHA1.cs
- SmtpFailedRecipientsException.cs
- SmiMetaData.cs
- MsmqHostedTransportConfiguration.cs
- Point3DAnimationBase.cs
- DbProviderFactory.cs
- DbQueryCommandTree.cs
- OracleParameter.cs
- MetadataFile.cs
- SpeechAudioFormatInfo.cs
- StackSpiller.Bindings.cs
- WindowsGrip.cs
- AssociationType.cs
- ProfileBuildProvider.cs
- UnsafeNativeMethods.cs
- ArrayList.cs
- ControlBuilder.cs
- ContentType.cs
- documentsequencetextpointer.cs
- _Semaphore.cs
- AspProxy.cs
- CommentAction.cs
- mactripleDES.cs
- DataGridParentRows.cs
- DataGridColumnHeaderAutomationPeer.cs
- StateMachineTimers.cs
- ErrorFormatterPage.cs
- contentDescriptor.cs
- ServiceDurableInstance.cs
- ProgressChangedEventArgs.cs
- SoapAttributes.cs
- DataSysAttribute.cs
- XamlPointCollectionSerializer.cs
- DetailsViewDesigner.cs
- GroupBox.cs
- ConditionalBranch.cs
- PropertyValue.cs
- ToolboxItemCollection.cs
- BackgroundWorker.cs
- BaseAddressPrefixFilterElement.cs
- AppSettingsExpressionBuilder.cs
- XamlUtilities.cs
- DataSourceViewSchemaConverter.cs
- Overlapped.cs
- WorkflowServiceNamespace.cs
- SizeChangedInfo.cs
- DatePickerTextBox.cs
- HtmlInputRadioButton.cs
- ProxyAttribute.cs
- SchemaInfo.cs
- SignatureDescription.cs