Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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. // //----------------------------------------------------------------------------- /* */ 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
- XsdDataContractImporter.cs
- coordinator.cs
- TiffBitmapDecoder.cs
- CaseInsensitiveComparer.cs
- PointF.cs
- MultiDataTrigger.cs
- COAUTHINFO.cs
- ColorTransformHelper.cs
- ComPlusSynchronizationContext.cs
- DocumentViewerHelper.cs
- TypeSchema.cs
- SqlTrackingWorkflowInstance.cs
- connectionpool.cs
- HttpRequestMessageProperty.cs
- LayoutSettings.cs
- DesignTimeVisibleAttribute.cs
- SafeRightsManagementSessionHandle.cs
- Operator.cs
- LockedActivityGlyph.cs
- XmlSchemas.cs
- IsolatedStorageFileStream.cs
- ComplusEndpointConfigContainer.cs
- AttributeEmitter.cs
- OperandQuery.cs
- DialogResultConverter.cs
- MetadataItemEmitter.cs
- GiveFeedbackEventArgs.cs
- TreeIterators.cs
- InheritanceRules.cs
- PatternMatcher.cs
- SystemBrushes.cs
- CellRelation.cs
- AdornerDecorator.cs
- DateTime.cs
- IDictionary.cs
- RequestResizeEvent.cs
- HorizontalAlignConverter.cs
- XPathScanner.cs
- BackoffTimeoutHelper.cs
- NameScopePropertyAttribute.cs
- ViewStateModeByIdAttribute.cs
- ConsoleEntryPoint.cs
- ReverseInheritProperty.cs
- BackStopAuthenticationModule.cs
- ExpressionVisitor.cs
- IntranetCredentialPolicy.cs
- PartitionedStream.cs
- UnsafeNativeMethods.cs
- LinqDataSourceContextEventArgs.cs
- Int32CollectionConverter.cs
- VScrollProperties.cs
- XmlSecureResolver.cs
- RemotingAttributes.cs
- PrimarySelectionGlyph.cs
- sitestring.cs
- WebPartEditorCancelVerb.cs
- HebrewCalendar.cs
- ErrorActivity.cs
- BrowserDefinition.cs
- AccessibleObject.cs
- StrokeCollection2.cs
- TypeExtensionConverter.cs
- ListViewEditEventArgs.cs
- ActivitySurrogate.cs
- SchemaMapping.cs
- Opcode.cs
- HttpConfigurationSystem.cs
- CodeCompileUnit.cs
- SqlDependencyUtils.cs
- PersonalizablePropertyEntry.cs
- StylusDownEventArgs.cs
- XPathNode.cs
- FloaterBaseParaClient.cs
- DataColumn.cs
- AuthStoreRoleProvider.cs
- ReferencedType.cs
- LogSwitch.cs
- BindingBase.cs
- RemotingConfigParser.cs
- Line.cs
- DataContractFormatAttribute.cs
- COM2ExtendedTypeConverter.cs
- DataGridViewColumnStateChangedEventArgs.cs
- RsaKeyIdentifierClause.cs
- CompoundFileStreamReference.cs
- ServicePoint.cs
- EditCommandColumn.cs
- ProfileServiceManager.cs
- TagPrefixInfo.cs
- DateTimeParse.cs
- ViewPort3D.cs
- PropertyConverter.cs
- CachedTypeface.cs
- CodeAttributeDeclaration.cs
- RangeValidator.cs
- OdbcRowUpdatingEvent.cs
- Imaging.cs
- HTTPNotFoundHandler.cs
- MeshGeometry3D.cs
- ProfileGroupSettings.cs