Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / WinForms / Managed / System / WinForms / ListControlConvertEventArgs.cs / 1 / ListControlConvertEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System; using System.Windows.Forms; ///public class ListControlConvertEventArgs : ConvertEventArgs { object listItem; /// public ListControlConvertEventArgs(object value, Type desiredType, object listItem) : base(value, desiredType) { this.listItem = listItem; } /// public object ListItem { get { return this.listItem; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System; using System.Windows.Forms; ///public class ListControlConvertEventArgs : ConvertEventArgs { object listItem; /// public ListControlConvertEventArgs(object value, Type desiredType, object listItem) : base(value, desiredType) { this.listItem = listItem; } /// public object ListItem { get { return this.listItem; } } } } // 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
- SqlNode.cs
- EntityCommandDefinition.cs
- GridToolTip.cs
- HtmlHead.cs
- ExpressionPrinter.cs
- WaitForChangedResult.cs
- SecurityAppliedMessage.cs
- WebException.cs
- TargetException.cs
- CachedPathData.cs
- DeviceFiltersSection.cs
- RowToFieldTransformer.cs
- ValidationErrorCollection.cs
- KnownTypesProvider.cs
- TypeListConverter.cs
- SortQuery.cs
- NumericUpDownAcceleration.cs
- LinkClickEvent.cs
- OdbcParameterCollection.cs
- HttpResponseHeader.cs
- followingquery.cs
- ConfigurationSchemaErrors.cs
- MapPathBasedVirtualPathProvider.cs
- EventArgs.cs
- ToolStripItemTextRenderEventArgs.cs
- autovalidator.cs
- ComponentRenameEvent.cs
- LinkUtilities.cs
- IIS7UserPrincipal.cs
- CheckBox.cs
- SoundPlayer.cs
- StylusPointPropertyUnit.cs
- CustomCredentialPolicy.cs
- TextBlockAutomationPeer.cs
- RawStylusInput.cs
- WebPartConnection.cs
- LoopExpression.cs
- ItemList.cs
- ByteStream.cs
- TextTreeTextBlock.cs
- HighlightOverlayGlyph.cs
- PerformanceCounterManager.cs
- Paragraph.cs
- ProtocolsConfigurationEntry.cs
- BinaryMethodMessage.cs
- AsyncWaitHandle.cs
- TemplatedControlDesigner.cs
- TextRangeEditLists.cs
- Trace.cs
- PingReply.cs
- DefaultPrintController.cs
- BridgeDataReader.cs
- MeasureItemEvent.cs
- ObjectHelper.cs
- hwndwrapper.cs
- UnknownWrapper.cs
- InertiaRotationBehavior.cs
- MenuItemAutomationPeer.cs
- ProfessionalColorTable.cs
- thaishape.cs
- AnimationClock.cs
- SoundPlayer.cs
- Hash.cs
- DataGridToolTip.cs
- DataGridViewCellConverter.cs
- IsolatedStorageException.cs
- RelationshipType.cs
- TabRenderer.cs
- StrongName.cs
- HostingEnvironmentException.cs
- ParamArrayAttribute.cs
- SpeechAudioFormatInfo.cs
- HwndProxyElementProvider.cs
- InfoCardServiceInstallComponent.cs
- SoapInteropTypes.cs
- WebPartConnectionsCloseVerb.cs
- DbConnectionPoolOptions.cs
- SendKeys.cs
- MediaContextNotificationWindow.cs
- StringUtil.cs
- XmlCustomFormatter.cs
- HandledEventArgs.cs
- FormatterServicesNoSerializableCheck.cs
- Section.cs
- DockPattern.cs
- DbException.cs
- BuildDependencySet.cs
- CodeParameterDeclarationExpression.cs
- ProviderSettings.cs
- brushes.cs
- GeneratedView.cs
- SimpleRecyclingCache.cs
- PkcsMisc.cs
- TempFiles.cs
- sqlnorm.cs
- RowSpanVector.cs
- Point3D.cs
- CodeSnippetStatement.cs
- ScriptManager.cs
- WebSysDescriptionAttribute.cs