Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / MIT / System / Web / UI / MobileControls / ObjectListShowCommandsEventArgs.cs / 1305376 / ObjectListShowCommandsEventArgs.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 show 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 ObjectListShowCommandsEventArgs : EventArgs { private ObjectListItem _item; private ObjectListCommandCollection _commands; /// public ObjectListShowCommandsEventArgs(ObjectListItem item, ObjectListCommandCollection commands) { _item = item; _commands = commands; } /// public ObjectListCommandCollection Commands { get { return _commands; } } /// public ObjectListItem ListItem { get { return _item; } } } } // 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
- HttpFileCollection.cs
- JoinQueryOperator.cs
- ComponentCommands.cs
- Avt.cs
- Thickness.cs
- XmlSerializerNamespaces.cs
- ISO2022Encoding.cs
- AutomationEvent.cs
- TypeConverterMarkupExtension.cs
- InvalidCastException.cs
- WindowsNonControl.cs
- DataGridrowEditEndingEventArgs.cs
- TextTreeObjectNode.cs
- CodeNamespace.cs
- ToolStripItemImageRenderEventArgs.cs
- TemplateNameScope.cs
- SymDocumentType.cs
- ReflectTypeDescriptionProvider.cs
- OdbcInfoMessageEvent.cs
- IsolatedStoragePermission.cs
- ZipIOExtraFieldZip64Element.cs
- XmlSchemaObjectCollection.cs
- JournalNavigationScope.cs
- DPTypeDescriptorContext.cs
- ContentPresenter.cs
- ErrorFormatter.cs
- UrlMappingsModule.cs
- TextViewBase.cs
- SafeFindHandle.cs
- XmlDataImplementation.cs
- PowerStatus.cs
- LongCountAggregationOperator.cs
- BindingMemberInfo.cs
- ToolStripArrowRenderEventArgs.cs
- ObjectDataSourceEventArgs.cs
- RSAProtectedConfigurationProvider.cs
- ReaderContextStackData.cs
- PropertyDescriptorComparer.cs
- ProxyGenerationError.cs
- GenerateTemporaryTargetAssembly.cs
- TreeNodeSelectionProcessor.cs
- CollectionEditorDialog.cs
- System.Data.OracleClient_BID.cs
- sqlstateclientmanager.cs
- Vector.cs
- LogReserveAndAppendState.cs
- MobileComponentEditorPage.cs
- BitmapPalettes.cs
- SQLDoubleStorage.cs
- PageAsyncTask.cs
- ScrollProperties.cs
- VirtualizedItemProviderWrapper.cs
- OpCellTreeNode.cs
- BamlLocalizableResourceKey.cs
- OptimalTextSource.cs
- _BasicClient.cs
- TextDecoration.cs
- NamedObject.cs
- SecurityManager.cs
- CodeDomSerializerBase.cs
- Vector.cs
- ConfigurationLoaderException.cs
- PropertyGridEditorPart.cs
- BamlVersionHeader.cs
- WsatServiceAddress.cs
- FirstMatchCodeGroup.cs
- DataTableTypeConverter.cs
- InstancePersistenceCommand.cs
- TextDocumentView.cs
- UpdateManifestForBrowserApplication.cs
- ListView.cs
- RolePrincipal.cs
- EntityDataSourceColumn.cs
- BinaryMethodMessage.cs
- SecurityVerifiedMessage.cs
- DelayDesigner.cs
- NextPreviousPagerField.cs
- InvokeAction.cs
- ListItemParagraph.cs
- ContainerUIElement3D.cs
- XsltSettings.cs
- UserPersonalizationStateInfo.cs
- Int64AnimationBase.cs
- HostSecurityManager.cs
- Section.cs
- StartUpEventArgs.cs
- CodeCompileUnit.cs
- ReadOnlyState.cs
- DocumentReferenceCollection.cs
- DataKeyArray.cs
- StreamAsIStream.cs
- EditorOptionAttribute.cs
- SByteStorage.cs
- RequestCache.cs
- WaitHandleCannotBeOpenedException.cs
- EnumType.cs
- BackgroundFormatInfo.cs
- DataGridViewCellStyleEditor.cs
- SoapReflector.cs
- ColumnHeaderConverter.cs