Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / MIT / System / Web / UI / MobileControls / ObjectListCommandEventArgs.cs / 1305376 / ObjectListCommandEventArgs.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 { /* * Object 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 ObjectListCommandEventArgs : CommandEventArgs { /// protected static readonly String DefaultCommand = "Default"; private ObjectListItem _item; private Object _commandSource; /// public ObjectListCommandEventArgs(ObjectListItem item, Object commandSource, CommandEventArgs originalArgs) : base(originalArgs) { _item = item; _commandSource = commandSource; } /// public ObjectListCommandEventArgs(ObjectListItem item, String commandName) : base(commandName, item) { _item = item; _commandSource = null; } /// public ObjectListItem ListItem { get { return _item; } } /// public Object CommandSource { get { return _commandSource; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ // // 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 { /* * Object 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 ObjectListCommandEventArgs : CommandEventArgs { /// protected static readonly String DefaultCommand = "Default"; private ObjectListItem _item; private Object _commandSource; /// public ObjectListCommandEventArgs(ObjectListItem item, Object commandSource, CommandEventArgs originalArgs) : base(originalArgs) { _item = item; _commandSource = commandSource; } /// public ObjectListCommandEventArgs(ObjectListItem item, String commandName) : base(commandName, item) { _item = item; _commandSource = null; } /// public ObjectListItem 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
- ListItemParagraph.cs
- WebServiceClientProxyGenerator.cs
- BooleanAnimationBase.cs
- StorageConditionPropertyMapping.cs
- Set.cs
- InternalsVisibleToAttribute.cs
- HttpDictionary.cs
- BinaryFormatter.cs
- SQLBinaryStorage.cs
- JoinGraph.cs
- ReachSerializerAsync.cs
- NativeMethods.cs
- DesignerActionTextItem.cs
- TransformConverter.cs
- BinaryConverter.cs
- MultipartIdentifier.cs
- CustomAttribute.cs
- WebHttpEndpointElement.cs
- SyntaxCheck.cs
- SoapExtensionTypeElement.cs
- XmlSchemaGroup.cs
- SafeRegistryHandle.cs
- BuildProvider.cs
- StreamGeometryContext.cs
- ManipulationDelta.cs
- CaseInsensitiveOrdinalStringComparer.cs
- ProcessHostServerConfig.cs
- ServiceManager.cs
- ZipIOExtraFieldPaddingElement.cs
- PasswordTextContainer.cs
- SqlIdentifier.cs
- ByteKeyFrameCollection.cs
- PeerContact.cs
- AssemblyCache.cs
- SchemaHelper.cs
- QuaternionConverter.cs
- HybridDictionary.cs
- RowBinding.cs
- SharedPersonalizationStateInfo.cs
- DataServiceProcessingPipelineEventArgs.cs
- AssertSection.cs
- MenuItemCollectionEditorDialog.cs
- DbProviderFactories.cs
- TreeNodeCollection.cs
- FileSecurity.cs
- RouteValueDictionary.cs
- DescendantOverDescendantQuery.cs
- WebPartEditVerb.cs
- ComboBoxItem.cs
- Filter.cs
- VectorKeyFrameCollection.cs
- FillErrorEventArgs.cs
- DataGridViewSelectedRowCollection.cs
- ExtensionWindow.cs
- FixedDocumentPaginator.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- ApplicationManager.cs
- DtrList.cs
- FrameworkContextData.cs
- AndCondition.cs
- CodeGotoStatement.cs
- _ServiceNameStore.cs
- COMException.cs
- DictionaryItemsCollection.cs
- PermissionAttributes.cs
- EncryptedKey.cs
- LinqDataSourceInsertEventArgs.cs
- ChangesetResponse.cs
- DataListCommandEventArgs.cs
- SecurityTokenParametersEnumerable.cs
- ConfigurationProperty.cs
- AtomMaterializer.cs
- DetailsViewRowCollection.cs
- XPathDocumentNavigator.cs
- StrokeSerializer.cs
- DrawingState.cs
- StagingAreaInputItem.cs
- RecognizedPhrase.cs
- Int64.cs
- ServiceModelEnumValidator.cs
- CopyAction.cs
- ViewLoader.cs
- AnnotationHighlightLayer.cs
- DocumentGridPage.cs
- ObjectConverter.cs
- WebPartsSection.cs
- ExpressionDumper.cs
- dbdatarecord.cs
- DrawingGroupDrawingContext.cs
- xmlsaver.cs
- SafeNativeMethods.cs
- DataControlPagerLinkButton.cs
- ProtocolElementCollection.cs
- PartialArray.cs
- IndentTextWriter.cs
- DrawingVisual.cs
- MarkerProperties.cs
- FlowDocumentScrollViewer.cs
- ButtonBase.cs
- SendMailErrorEventArgs.cs