Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / TreeViewEvent.cs / 1305376 / TreeViewEvent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Windows.Forms { using System.Diagnostics; using System; using System.ComponentModel; using System.Drawing; using Microsoft.Win32; ////// /// public class TreeViewEventArgs : EventArgs { TreeNode node; TreeViewAction action = TreeViewAction.Unknown; ////// Provides data for the ///, , , or event. /// /// /// public TreeViewEventArgs(TreeNode node) { this.node = node; } ///[To be supplied.] ////// /// public TreeViewEventArgs(TreeNode node, TreeViewAction action) { this.node = node; this.action = action; } ///[To be supplied.] ////// /// public TreeNode Node { get { return node; } } ///[To be supplied.] ////// /// An event specific action-flag. /// public TreeViewAction Action { get { return action; } } } } // 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
- SHA1Cng.cs
- PointLight.cs
- XAMLParseException.cs
- WebPartCancelEventArgs.cs
- Int32EqualityComparer.cs
- Material.cs
- SerializerWriterEventHandlers.cs
- HttpWriter.cs
- SystemIPGlobalProperties.cs
- XmlText.cs
- CodeDOMProvider.cs
- TemplateControl.cs
- Timer.cs
- DecimalAverageAggregationOperator.cs
- WebRequest.cs
- CreateParams.cs
- IDispatchConstantAttribute.cs
- UnmanagedMemoryStreamWrapper.cs
- HtmlTableCell.cs
- DataSourceXmlAttributeAttribute.cs
- SchemaImporterExtensionsSection.cs
- EventListenerClientSide.cs
- BinaryMethodMessage.cs
- SystemGatewayIPAddressInformation.cs
- MarkupProperty.cs
- WorkItem.cs
- PeerObject.cs
- AttributeUsageAttribute.cs
- AppSecurityManager.cs
- HebrewCalendar.cs
- TemplateControlBuildProvider.cs
- DataBoundControlHelper.cs
- ConstructorBuilder.cs
- SqlBooleanizer.cs
- ToolBarTray.cs
- SystemWebExtensionsSectionGroup.cs
- CatalogZoneBase.cs
- ScaleTransform.cs
- CodeCompileUnit.cs
- RootCodeDomSerializer.cs
- Html32TextWriter.cs
- SmiMetaDataProperty.cs
- precedingquery.cs
- DataBinding.cs
- TextSpanModifier.cs
- Registration.cs
- RC2.cs
- securestring.cs
- Color.cs
- StringAnimationBase.cs
- HtmlUtf8RawTextWriter.cs
- TrustSection.cs
- _NetRes.cs
- DetailsViewInsertEventArgs.cs
- ExpandCollapsePattern.cs
- DocumentXPathNavigator.cs
- DynamicPropertyHolder.cs
- GreenMethods.cs
- HybridWebProxyFinder.cs
- HashCodeCombiner.cs
- CallTemplateAction.cs
- PageAsyncTask.cs
- StorageMappingItemLoader.cs
- ProviderSettingsCollection.cs
- Baml2006ReaderContext.cs
- MetadataException.cs
- MetadataSerializer.cs
- CannotUnloadAppDomainException.cs
- Msec.cs
- ToolboxItemAttribute.cs
- Memoizer.cs
- NativeRightsManagementAPIsStructures.cs
- ImageDrawing.cs
- Substitution.cs
- ComponentDispatcher.cs
- OpenTypeCommon.cs
- EntryIndex.cs
- ColumnWidthChangingEvent.cs
- WpfGeneratedKnownProperties.cs
- XmlCharCheckingReader.cs
- SecurityElement.cs
- PartialCachingControl.cs
- TransformProviderWrapper.cs
- ProxyWebPart.cs
- BaseParser.cs
- EditorZone.cs
- IPCCacheManager.cs
- ToolStripComboBox.cs
- RectAnimationBase.cs
- CryptoApi.cs
- EdmProviderManifest.cs
- ListBindableAttribute.cs
- FlowDocumentPaginator.cs
- CodeTypeDelegate.cs
- GridErrorDlg.cs
- TaskFormBase.cs
- CharUnicodeInfo.cs
- CancellationHandler.cs
- ReadOnlyDataSource.cs
- ToolboxItemLoader.cs