Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / WinForms / Managed / System / WinForms / CacheVirtualItemsEvent.cs / 1 / CacheVirtualItemsEvent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ using System; namespace System.Windows.Forms { ///public class CacheVirtualItemsEventArgs : EventArgs { private int startIndex; private int endIndex; /// public CacheVirtualItemsEventArgs(int startIndex, int endIndex) { this.startIndex = startIndex; this.endIndex = endIndex; } /// public int StartIndex { get { return startIndex; } } /// public int EndIndex { get { return endIndex; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ using System; namespace System.Windows.Forms { ///public class CacheVirtualItemsEventArgs : EventArgs { private int startIndex; private int endIndex; /// public CacheVirtualItemsEventArgs(int startIndex, int endIndex) { this.startIndex = startIndex; this.endIndex = endIndex; } /// public int StartIndex { get { return startIndex; } } /// public int EndIndex { get { return endIndex; } } } } // 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
- StreamUpdate.cs
- InvalidMessageContractException.cs
- FullTrustAssembliesSection.cs
- DetailsView.cs
- TargetConverter.cs
- CompModHelpers.cs
- AssemblyBuilder.cs
- OleDbError.cs
- PriorityQueue.cs
- String.cs
- DataViewSetting.cs
- SecurityHeader.cs
- AsyncPostBackErrorEventArgs.cs
- TimeoutValidationAttribute.cs
- ObjectDisposedException.cs
- BaseCAMarshaler.cs
- UserMapPath.cs
- DataGridViewRow.cs
- TransactionChannelListener.cs
- GradientStop.cs
- AdornedElementPlaceholder.cs
- BamlRecordReader.cs
- SizeAnimationClockResource.cs
- SqlUDTStorage.cs
- TextRunCache.cs
- AbandonedMutexException.cs
- WriteFileContext.cs
- MsdtcClusterUtils.cs
- WindowPatternIdentifiers.cs
- TableLayoutStyleCollection.cs
- WhereaboutsReader.cs
- TerminatingOperationBehavior.cs
- ThousandthOfEmRealDoubles.cs
- CounterNameConverter.cs
- HttpValueCollection.cs
- IisTraceListener.cs
- SizeChangedEventArgs.cs
- EventLogPermissionEntry.cs
- SchemaSetCompiler.cs
- SqlIdentifier.cs
- BinaryCommonClasses.cs
- ResXResourceReader.cs
- ErrorInfoXmlDocument.cs
- URIFormatException.cs
- SapiRecoContext.cs
- ObjectComplexPropertyMapping.cs
- WorkflowInstanceAbortedRecord.cs
- DataGridViewMethods.cs
- ErrorFormatterPage.cs
- BaseCodeDomTreeGenerator.cs
- ToolStripPanel.cs
- EventTrigger.cs
- Attributes.cs
- WebProxyScriptElement.cs
- WaitHandle.cs
- HtmlInputRadioButton.cs
- DocumentViewerBaseAutomationPeer.cs
- TemplateParser.cs
- OleDbConnection.cs
- InvokeProviderWrapper.cs
- CompilationUnit.cs
- SwitchDesigner.xaml.cs
- WinFormsComponentEditor.cs
- PropertyConverter.cs
- MenuItemBindingCollection.cs
- WebPartTransformerCollection.cs
- ToolBarButtonClickEvent.cs
- DateBoldEvent.cs
- UpdateCommand.cs
- CodeStatement.cs
- TraceRecord.cs
- Utils.cs
- HttpRawResponse.cs
- SerializerDescriptor.cs
- WebCategoryAttribute.cs
- ResourceFallbackManager.cs
- RegistrySecurity.cs
- HttpCookieCollection.cs
- SqlCacheDependencyDatabase.cs
- TokenBasedSet.cs
- SvcMapFile.cs
- XslVisitor.cs
- EditBehavior.cs
- GeometryConverter.cs
- Debug.cs
- TextRunCache.cs
- _UncName.cs
- VisualStyleRenderer.cs
- XmlDsigSep2000.cs
- TextHidden.cs
- MenuItem.cs
- ProxyWebPartConnectionCollection.cs
- WebPartTracker.cs
- SqlConnectionString.cs
- _UriSyntax.cs
- KeyboardDevice.cs
- ConvertEvent.cs
- TableColumn.cs
- ListViewItemSelectionChangedEvent.cs
- TextSyndicationContentKindHelper.cs