Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / WinForms / Managed / System / WinForms / TreeViewCancelEvent.cs / 1 / TreeViewCancelEvent.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 TreeViewCancelEventArgs : CancelEventArgs { private TreeNode node; private TreeViewAction action; ////// Provides data for the ///, /// , /// , /// or event. /// /// /// /// public TreeViewCancelEventArgs(TreeNode node, bool cancel, TreeViewAction action) : base(cancel) { this.node = node; this.action = action; } ///[To be supplied.] ////// /// public TreeNode Node { get { return node; } } ///[To be supplied.] ////// /// public TreeViewAction Action { get { return action; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TdsParserStaticMethods.cs
- SortAction.cs
- CornerRadiusConverter.cs
- SqlDeflator.cs
- CharStorage.cs
- ReadOnlyDataSourceView.cs
- ListViewGroupCollectionEditor.cs
- ListItemConverter.cs
- GPRECTF.cs
- XmlILStorageConverter.cs
- PropertyChangingEventArgs.cs
- SHA1Managed.cs
- LoginUtil.cs
- Win32Exception.cs
- OracleParameterCollection.cs
- ProtocolsConfigurationHandler.cs
- BrowserCapabilitiesCodeGenerator.cs
- DataGridViewColumnTypePicker.cs
- MaskDescriptor.cs
- LazyTextWriterCreator.cs
- ListQueryResults.cs
- DBCommandBuilder.cs
- SortQuery.cs
- EntityProviderServices.cs
- BinHexDecoder.cs
- Rotation3D.cs
- WindowsIdentity.cs
- HttpListenerTimeoutManager.cs
- MethodRental.cs
- EntityContainerRelationshipSet.cs
- RoutingConfiguration.cs
- KeyValueInternalCollection.cs
- FieldCollectionEditor.cs
- TemplateColumn.cs
- TableItemPatternIdentifiers.cs
- XmlNamespaceDeclarationsAttribute.cs
- DiscoveryDocumentSearchPattern.cs
- TextContainer.cs
- SqlCachedBuffer.cs
- ViewRendering.cs
- FunctionDetailsReader.cs
- UxThemeWrapper.cs
- AttachedAnnotation.cs
- TearOffProxy.cs
- RedistVersionInfo.cs
- InstanceCompleteException.cs
- GlyphRunDrawing.cs
- BoolExpression.cs
- LoginUtil.cs
- UrlRoutingHandler.cs
- Stroke2.cs
- RadioButtonFlatAdapter.cs
- CFStream.cs
- ModuleBuilder.cs
- ValidatorAttribute.cs
- BuildProviderCollection.cs
- DrawTreeNodeEventArgs.cs
- HostedHttpTransportManager.cs
- OperationPickerDialog.designer.cs
- NetworkAddressChange.cs
- FragmentQueryProcessor.cs
- StringSource.cs
- OpCellTreeNode.cs
- AddInActivator.cs
- CompoundFileDeflateTransform.cs
- StatusBarAutomationPeer.cs
- BitmapEffectGeneralTransform.cs
- Helper.cs
- UseManagedPresentationElement.cs
- DependencyObjectPropertyDescriptor.cs
- SqlDelegatedTransaction.cs
- DynamicControl.cs
- PageThemeParser.cs
- CommunicationException.cs
- NetworkInformationException.cs
- X509Chain.cs
- CheckBox.cs
- _DisconnectOverlappedAsyncResult.cs
- XhtmlBasicLabelAdapter.cs
- XamlUtilities.cs
- SafeProcessHandle.cs
- DynamicPropertyReader.cs
- ValidatedControlConverter.cs
- UIHelper.cs
- XmlCDATASection.cs
- ThreadInterruptedException.cs
- StickyNoteContentControl.cs
- GlyphingCache.cs
- FormDesigner.cs
- XmlSchemaImport.cs
- WizardPanel.cs
- PropertyTabAttribute.cs
- MobileRedirect.cs
- SocketElement.cs
- SimpleTypeResolver.cs
- RoleService.cs
- BufferedReadStream.cs
- _ShellExpression.cs
- JobStaple.cs
- CompilerResults.cs