Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / MIT / System / Web / UI / MobileControls / LoadItemsEventArgs.cs / 1305376 / LoadItemsEventArgs.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 { /* * Load Items 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 LoadItemsEventArgs : EventArgs { /// public LoadItemsEventArgs(int index, int count) { _itemIndex = index; _itemCount = count; } private int _itemIndex; /// public int ItemIndex { get { return _itemIndex; } } private int _itemCount; /// public int ItemCount { get { return _itemCount; } } } } // 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 { /* * Load Items 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 LoadItemsEventArgs : EventArgs { /// public LoadItemsEventArgs(int index, int count) { _itemIndex = index; _itemCount = count; } private int _itemIndex; /// public int ItemIndex { get { return _itemIndex; } } private int _itemCount; /// public int ItemCount { get { return _itemCount; } } } } // 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
- PackagingUtilities.cs
- SqlConnectionManager.cs
- XmlTextAttribute.cs
- HtmlInputHidden.cs
- SerializationException.cs
- TextTreeInsertElementUndoUnit.cs
- TaiwanCalendar.cs
- BrowsableAttribute.cs
- XamlSerializer.cs
- WebServiceClientProxyGenerator.cs
- PropertyExpression.cs
- WriteStateInfoBase.cs
- Literal.cs
- EntityContainerAssociationSet.cs
- CodeIndexerExpression.cs
- RelationshipManager.cs
- GB18030Encoding.cs
- ServiceHostingEnvironment.cs
- CompositeTypefaceMetrics.cs
- ExtractedStateEntry.cs
- ChtmlSelectionListAdapter.cs
- ServiceManager.cs
- XmlDictionaryWriter.cs
- OutOfProcStateClientManager.cs
- EventProvider.cs
- MemoryStream.cs
- EncodingInfo.cs
- WebPartUtil.cs
- OpenFileDialog.cs
- WsdlInspector.cs
- ClientSideProviderDescription.cs
- EasingKeyFrames.cs
- DropShadowEffect.cs
- CompilationRelaxations.cs
- SchemaImporterExtensionElement.cs
- MemberJoinTreeNode.cs
- IdleTimeoutMonitor.cs
- XPathNodePointer.cs
- QilInvokeLateBound.cs
- NavigatorInput.cs
- DependencySource.cs
- VerificationException.cs
- GroupBoxRenderer.cs
- RecordBuilder.cs
- __ConsoleStream.cs
- PageCatalogPartDesigner.cs
- Select.cs
- SerialPort.cs
- _Rfc2616CacheValidators.cs
- _AuthenticationState.cs
- LoginView.cs
- PartitionedStream.cs
- Propagator.cs
- Property.cs
- AutomationTextAttribute.cs
- DispatcherFrame.cs
- ClrProviderManifest.cs
- QuestionEventArgs.cs
- Transform3D.cs
- EntitySet.cs
- OutputCacheSettingsSection.cs
- SymbolType.cs
- CodeGenerator.cs
- TypeExtensionConverter.cs
- HashRepartitionStream.cs
- ListSourceHelper.cs
- MetadataArtifactLoaderCompositeResource.cs
- DataGridViewHeaderCell.cs
- WSHttpSecurityElement.cs
- EncoderNLS.cs
- DispatcherHookEventArgs.cs
- _SSPIWrapper.cs
- Attributes.cs
- TlsSspiNegotiation.cs
- CompressionTransform.cs
- LogRecordSequence.cs
- XmlWrappingReader.cs
- DecoratedNameAttribute.cs
- EntityViewContainer.cs
- JpegBitmapDecoder.cs
- LambdaCompiler.Logical.cs
- SafeHandles.cs
- Logging.cs
- SiteMap.cs
- ResourceDictionaryCollection.cs
- ContactManager.cs
- MarkedHighlightComponent.cs
- ChildTable.cs
- AccessedThroughPropertyAttribute.cs
- PropertyPushdownHelper.cs
- BulletedListDesigner.cs
- ScriptManager.cs
- XmlIgnoreAttribute.cs
- RequestDescription.cs
- StrokeDescriptor.cs
- DataDesignUtil.cs
- ValidationError.cs
- grammarelement.cs
- LoaderAllocator.cs
- Subtree.cs