Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / WinForms / Managed / System / WinForms / TreeViewEvent.cs / 1 / 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. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ActivityPreviewDesigner.cs
- InheritanceRules.cs
- XamlDesignerSerializationManager.cs
- PersistenceTypeAttribute.cs
- PolicyStatement.cs
- AnnotationDocumentPaginator.cs
- MergeExecutor.cs
- RegexNode.cs
- AppearanceEditorPart.cs
- parserscommon.cs
- MdiWindowListItemConverter.cs
- AssemblyFilter.cs
- SafeMemoryMappedFileHandle.cs
- COAUTHINFO.cs
- ListManagerBindingsCollection.cs
- OpenFileDialog.cs
- TextSelectionHelper.cs
- ControlIdConverter.cs
- AttributeData.cs
- SpecialFolderEnumConverter.cs
- HttpModulesSection.cs
- Matrix3D.cs
- Propagator.JoinPropagator.JoinPredicateVisitor.cs
- DispatchWrapper.cs
- DescendantBaseQuery.cs
- ScriptControlManager.cs
- ChangePassword.cs
- DataControlPagerLinkButton.cs
- ReadOnlyDataSourceView.cs
- BindingCollection.cs
- HttpContextServiceHost.cs
- QuinticEase.cs
- NativeMethodsCLR.cs
- Vector3DAnimation.cs
- TextMetrics.cs
- Rect3DValueSerializer.cs
- TextEndOfLine.cs
- PreloadHost.cs
- UrlPropertyAttribute.cs
- IxmlLineInfo.cs
- FrameworkElementFactoryMarkupObject.cs
- CodeExpressionCollection.cs
- ConnectionStringsExpressionBuilder.cs
- EntityDataSourceReferenceGroup.cs
- WebDescriptionAttribute.cs
- BulletChrome.cs
- DataGridRow.cs
- Pool.cs
- DesignerGenericWebPart.cs
- ZipIOExtraFieldZip64Element.cs
- MLangCodePageEncoding.cs
- FlowLayout.cs
- ToolStripLocationCancelEventArgs.cs
- ToolStripRenderer.cs
- PageContentCollection.cs
- NativeObjectSecurity.cs
- XmlBinaryReader.cs
- AuthorizationRuleCollection.cs
- InkCollectionBehavior.cs
- RadioButton.cs
- ActivityValidationServices.cs
- ParentQuery.cs
- NetSectionGroup.cs
- WebBrowserEvent.cs
- Compress.cs
- DbUpdateCommandTree.cs
- EnumerationRangeValidationUtil.cs
- NumericUpDownAcceleration.cs
- Oci.cs
- PickDesigner.xaml.cs
- SplitterEvent.cs
- XMLSyntaxException.cs
- Emitter.cs
- CharKeyFrameCollection.cs
- WindowsRichEdit.cs
- WindowsStatic.cs
- WebBrowserHelper.cs
- BinaryReader.cs
- WorkflowTransactionService.cs
- FormViewDeleteEventArgs.cs
- Publisher.cs
- ControlIdConverter.cs
- Subordinate.cs
- Font.cs
- AbstractSvcMapFileLoader.cs
- ActiveXSite.cs
- HttpCookieCollection.cs
- ImageFormatConverter.cs
- SimpleWorkerRequest.cs
- CssTextWriter.cs
- MediaCommands.cs
- WinEventHandler.cs
- TypeBuilderInstantiation.cs
- XmlQueryRuntime.cs
- EntityDataSourceEntitySetNameItem.cs
- RecognitionEventArgs.cs
- PointLightBase.cs
- TreeIterators.cs
- SqlWebEventProvider.cs
- SqlConnectionStringBuilder.cs