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
- BufferModeSettings.cs
- DashStyle.cs
- SpellerStatusTable.cs
- StylusPointPropertyInfo.cs
- HitTestWithGeometryDrawingContextWalker.cs
- ToolStripItemCollection.cs
- ProviderConnectionPoint.cs
- InstanceOwnerException.cs
- DiscoveryReferences.cs
- DataObjectSettingDataEventArgs.cs
- FixedNode.cs
- RawUIStateInputReport.cs
- FirstMatchCodeGroup.cs
- NamespaceEmitter.cs
- ScopelessEnumAttribute.cs
- MultiTargetingUtil.cs
- ViewSimplifier.cs
- ImpersonationContext.cs
- Int32Rect.cs
- OLEDB_Enum.cs
- HtmlButton.cs
- ParseChildrenAsPropertiesAttribute.cs
- OrthographicCamera.cs
- QilTargetType.cs
- ValidatedControlConverter.cs
- SHA384Managed.cs
- ValidationUtility.cs
- BlockCollection.cs
- ConfigXmlDocument.cs
- GetRecipientRequest.cs
- Oid.cs
- TreeNodeBinding.cs
- RequestSecurityTokenResponse.cs
- ControlBuilderAttribute.cs
- QuadraticBezierSegment.cs
- HttpResponseInternalBase.cs
- XDRSchema.cs
- ValidationResults.cs
- SafeBitVector32.cs
- SqlUtils.cs
- FullTrustAssemblyCollection.cs
- AttributeUsageAttribute.cs
- FormsAuthenticationEventArgs.cs
- QueryCoreOp.cs
- BoundsDrawingContextWalker.cs
- Stack.cs
- IHttpResponseInternal.cs
- HeaderedItemsControl.cs
- NumericExpr.cs
- ComboBox.cs
- SecurityDescriptor.cs
- TimerElapsedEvenArgs.cs
- FigureParaClient.cs
- TraceContext.cs
- CacheMemory.cs
- CodePageUtils.cs
- BitmapPalette.cs
- SqlDataAdapter.cs
- HtmlTernaryTree.cs
- OracleConnectionStringBuilder.cs
- Internal.cs
- Int32CollectionConverter.cs
- GridView.cs
- NetWebProxyFinder.cs
- NameObjectCollectionBase.cs
- XMLUtil.cs
- AttachedPropertyBrowsableForTypeAttribute.cs
- CapabilitiesPattern.cs
- TextSelectionHighlightLayer.cs
- FixedTextView.cs
- HtmlShimManager.cs
- Ray3DHitTestResult.cs
- ProcessInfo.cs
- OpenTypeCommon.cs
- HtmlInputImage.cs
- Descriptor.cs
- RecognizerStateChangedEventArgs.cs
- MultiView.cs
- CompiledXpathExpr.cs
- PrimitiveList.cs
- WebPartHelpVerb.cs
- BulletedListEventArgs.cs
- HandleRef.cs
- CodeBlockBuilder.cs
- CompilerCollection.cs
- DependencyObjectProvider.cs
- ConfigurationSchemaErrors.cs
- AssociativeAggregationOperator.cs
- autovalidator.cs
- ExchangeUtilities.cs
- _ConnectStream.cs
- ArrayElementGridEntry.cs
- QilChoice.cs
- WindowsFont.cs
- SamlAuthorityBinding.cs
- RichTextBoxDesigner.cs
- MsmqReceiveParameters.cs
- Pkcs9Attribute.cs
- SessionStateItemCollection.cs
- RectAnimation.cs