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
- ConfigXmlWhitespace.cs
- BindingManagerDataErrorEventArgs.cs
- ClientRoleProvider.cs
- TransactionException.cs
- RestClientProxyHandler.cs
- CorrelationKeyCalculator.cs
- ADConnectionHelper.cs
- RenamedEventArgs.cs
- DataService.cs
- ISAPIRuntime.cs
- MergeFilterQuery.cs
- DecimalStorage.cs
- RawStylusActions.cs
- SQLUtility.cs
- DataGrid.cs
- ActiveXContainer.cs
- HuffCodec.cs
- SiteMembershipCondition.cs
- activationcontext.cs
- InternalCache.cs
- dtdvalidator.cs
- assertwrapper.cs
- GenericUriParser.cs
- PrincipalPermission.cs
- UnsupportedPolicyOptionsException.cs
- ControlCachePolicy.cs
- PopupControlService.cs
- TemplateInstanceAttribute.cs
- ProxyManager.cs
- Parameter.cs
- InputDevice.cs
- ErrorProvider.cs
- UidPropertyAttribute.cs
- GuidTagList.cs
- LinkLabelLinkClickedEvent.cs
- XPathSelfQuery.cs
- EventLogHandle.cs
- HttpContext.cs
- RightsManagementEncryptionTransform.cs
- MetadataSerializer.cs
- HandlerBase.cs
- DataRecordInfo.cs
- CellTreeSimplifier.cs
- DockPattern.cs
- TraceInternal.cs
- SwitchExpression.cs
- RSACryptoServiceProvider.cs
- Parameter.cs
- XPathDocumentBuilder.cs
- MobileComponentEditorPage.cs
- CodeGotoStatement.cs
- SoapCodeExporter.cs
- XmlCDATASection.cs
- ProfileManager.cs
- ListViewItem.cs
- ToolTipService.cs
- COM2AboutBoxPropertyDescriptor.cs
- AudioStateChangedEventArgs.cs
- ProcessModuleCollection.cs
- RuntimeHandles.cs
- SoapHelper.cs
- listitem.cs
- RectAnimationUsingKeyFrames.cs
- UIElementParaClient.cs
- TaskExtensions.cs
- ProcessModuleCollection.cs
- DataGridHyperlinkColumn.cs
- StructuredTypeEmitter.cs
- CustomError.cs
- EntityDataSource.cs
- SamlDelegatingWriter.cs
- SafeSecurityHandles.cs
- TextServicesCompartmentEventSink.cs
- RedistVersionInfo.cs
- PseudoWebRequest.cs
- XmlEncoding.cs
- BinHexDecoder.cs
- ChtmlTextWriter.cs
- BaseValidator.cs
- XamlVector3DCollectionSerializer.cs
- EdmSchemaAttribute.cs
- DataGridAutomationPeer.cs
- Opcode.cs
- InertiaRotationBehavior.cs
- WindowsRichEdit.cs
- RangeBase.cs
- BinaryEditor.cs
- EnglishPluralizationService.cs
- KnownAssembliesSet.cs
- SequenceDesignerAccessibleObject.cs
- DataGridTextBoxColumn.cs
- AssociationType.cs
- XPathScanner.cs
- DrawingAttributes.cs
- NullableIntAverageAggregationOperator.cs
- DbConnectionPoolCounters.cs
- DesignerWithHeader.cs
- DataDocumentXPathNavigator.cs
- ValidationHelper.cs
- StickyNoteAnnotations.cs